Type Alias: typedArrayLengthRange()
typedArrayLengthRange = <
T>(start:number,endBefore:number,options?:ValidatorOptions) =>IConstraint<T>
Defined in: projects/shapeshift/src/constraints/TypedArrayLengthConstraints.ts:169
Type Parameters
| Type Parameter | 
|---|
| TextendsTypedArray | 
Parameters
| Parameter | Type | 
|---|---|
| start | number | 
| endBefore | number | 
| options? | ValidatorOptions | 
Returns
IConstraint<T>