メインコンテンツへスキップ
バージョン: 22.5.0

AwaitablePredicate 型

シグネチャ:

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

参照: Awaitable