跳到主要内容
版本:23.11.1

AwaitablePredicate 类型

签名

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

参考: Awaitable