// Type definitions for escape-regexp 0.0 // Project: https://www.npmjs.com/package/escape-regexp // Definitions by: Vilim Stubičan // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped // TypeScript Version: 2.4 declare function escapeRegExp(str: string): string; export = escapeRegExp;