UNPKG

ts-essentials

Version:
2 lines (1 loc) 68 B
export type PredicateFunction = (x: any, ..._z: any[]) => x is any;