OtherPredicateVersion: 21.4.1On this pagePredicate typeSignature:export type Predicate<From, To extends From = From> = | ((value: From) => value is To) | ((value: From) => Awaitable<boolean>);References: Awaitable