AwaitablePredicate type

Signature

export type AwaitablePredicate<T> = (value: T) => Awaitable<boolean>;

References: Awaitable