Skip to content

Type Alias: PredicateInput\<T\>

PredicateInput<T> = (value) => unknown

A predicate tested for truthiness when composed with .and() / .or().

T

T

unknown