その他AwaitablePredicateバージョン: 22.5.0このページの内容AwaitablePredicate 型 シグネチャ: export type AwaitablePredicate<T> = (value: T) => Awaitable<boolean>; 参照: Awaitable