AwaitablePredicate 类型 签名 export type AwaitablePredicate<T> = (value: T) => Awaitable<boolean>; 引用: Awaitable