Skip to main content

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

ParameterType
startAfternumber
endBeforenumber
options?ValidatorOptions

Returns

IConstraint<T>