Skip to content

self-assert / Requirements / not

Function: not()

not<ValueType>(condition): Predicate<ValueType>

Negates a condition

Type Parameters

Type Parameter
ValueType

Parameters

ParameterType
conditionPredicate<ValueType>

Returns

Predicate<ValueType>