Skip to main content

Function: typedArrayLengthRangeExclusive()

typedArrayLengthRangeExclusive<T>(startAfter: number, endBefore: number, options?: ValidatorOptions): IConstraint<T>

Type Parameters

Type Parameter
T extends TypedArray

Parameters

ParameterType
startAfternumber
endBeforenumber
options?ValidatorOptions

Returns

IConstraint<T>

Defined in

projects/shapeshift/src/constraints/TypedArrayLengthConstraints.ts:205