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