escape-regexp.d.ts 65 B

1
  1. export declare function escapeStringRegexp(str: string): string;