NeahFront3/node_modules/date-fns/fp/isMatch.d.ts
2025-04-09 18:02:58 +02:00

6 lines
91 B
TypeScript

export declare const isMatch: import("./types.js").FPFn2<
boolean,
string,
string
>;