跳至主要內容
版本:23.11.1

AwaitablePredicate 類型

簽名

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

參考: Awaitable