Type Alias: arrayLengthRangeExclusive()
arrayLengthRangeExclusive = <
T
>(startAfter
:number
,endBefore
:number
,options?
:ValidatorOptions
) =>IConstraint
<T
[]>
Defined in: projects/shapeshift/src/constraints/ArrayConstraints.ts:91
Type Parameters
Type Parameter |
---|
T |
Parameters
Parameter | Type |
---|---|
startAfter | number |
endBefore | number |
options? | ValidatorOptions |
Returns
IConstraint
<T
[]>