Type Alias: numberNotEqual()
numberNotEqual = (
value:number,options?:ValidatorOptions) =>IConstraint<number>
Defined in: projects/shapeshift/src/constraints/NumberConstraints.ts:63
Parameters
| Parameter | Type | 
|---|---|
| value | number | 
| options? | ValidatorOptions | 
Returns
IConstraint<number>