其他PredicateVersion: 25.3.0On this pagePredicate 类型 🌐 Predicate type 语法 🌐 Signature export type Predicate<From, To extends From = From> = ((value: From) => value is To) | ((value: From) => Awaitable<boolean>); 参考资料: 可等待