Function: typedArrayLengthRangeInclusive()
typedArrayLengthRangeInclusive<
T>(start:number,end:number,options?:ValidatorOptions):IConstraint<T>
Type parameters
| Type parameter |
|---|
T extends TypedArray |
Parameters
| Parameter | Type |
|---|---|
start | number |
end | number |
options? | ValidatorOptions |
Returns
IConstraint<T>
Source
projects/shapeshift/src/constraints/TypedArrayLengthConstraints.ts:187