OtherAwaitablePredicateVersion: 22.4.1On this pageAwaitablePredicate type Signature: export type AwaitablePredicate<T> = (value: T) => Awaitable<boolean>; References: Awaitable