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