UNPKG

declarations

Version:

[![npm version](https://badge.fury.io/js/declarations.svg)](https://www.npmjs.com/package/declarations)

13 lines (8 loc) 365 B
// Type definitions for escape-string-regexp // Project: https://github.com/sindresorhus/escape-string-regexp // Definitions by: kruncher <https://github.com/kruncher/> // Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped declare module "escape-string-regexp" { function escapeStringRegexp(str: string): string; export = escapeStringRegexp; }