DefinitelyTyped/types/escape-regexp/index.d.ts
2018-04-01 01:36:19 +02:00

10 lines
332 B
TypeScript

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