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