Type Alias: typedArrayLengthRangeExclusive()
typedArrayLengthRangeExclusive = <
T>(startAfter:number,endBefore:number,options?:ValidatorOptions) =>IConstraint<T>
Defined in: projects/shapeshift/src/constraints/TypedArrayLengthConstraints.ts:205
Type Parameters
| Type Parameter |
|---|
T extends TypedArray |
Parameters
| Parameter | Type |
|---|---|
startAfter | number |
endBefore | number |
options? | ValidatorOptions |
Returns
IConstraint<T>