Skip to content

self-assert / Requirements / or

Function: or()

or<ValueType>(...conditions): Predicate<ValueType>

Combines multiple conditions using logical OR

Type Parameters

Type Parameter
ValueType

Parameters

ParameterType
...conditionsPredicate<ValueType>[]

Returns

Predicate<ValueType>