updeep/esm/matches.d.ts

7 lines
212 B
TypeScript
Raw Normal View History

2025-01-31 17:50:51 +00:00
export interface Matches {
(dataIn: any, matcher: any): boolean;
(matcher: any): (dataIn: any) => boolean;
}
declare const _default: Matches;
export default _default;
//# sourceMappingURL=matches.d.ts.map