Skip to content

Type Alias: PredicateFunction\<T\>

PredicateFunction<T> = (value) => boolean

An ordinary boolean predicate.

T

T

boolean