UNPKG

korimsoft-tyfun

Version:

Korimsoft's TyFun - A library of TypeScript functions, types, helpers, and utilities

2 lines 88 B
export type Predicate<T> = (item: T) => boolean; //# sourceMappingURL=predicate.d.ts.map