UNPKG

68 BTypeScriptView Raw
1export type PredicateFunction = (x: any, ..._z: any[]) => x is any;