Skip to content

self-assert / Requirements / doesNotInclude

Function: doesNotInclude()

doesNotInclude<ElementType>(element): Predicate<{ includes: Predicate<ElementType>; }>

Opposite of includes

Type Parameters

Type Parameter
ElementType

Parameters

ParameterType
elementElementType

Returns

Predicate<{ includes: Predicate<ElementType>; }>