self-assert / Requirements / isNotIn
Function: isNotIn()
isNotIn<
ValueType>(...forbiddenSet):Predicate<ValueType>
Returns a predicate that checks if the value is not in the forbidden set.
Type Parameters
| Type Parameter |
|---|
ValueType |
Parameters
| Parameter | Type |
|---|---|
...forbiddenSet | ValueType[] |
Returns
Predicate<ValueType>
