isMatch.d.cts 91 B

12345
  1. export declare const isMatch: import("./types.js").FPFn2<
  2. boolean,
  3. string,
  4. string
  5. >;