mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
10 lines
332 B
TypeScript
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;
|