UNPKG

906 BMarkdownView Raw
1# Installation
2> `npm install --save @types/lodash.escaperegexp`
3
4# Summary
5This package contains type definitions for lodash.escaperegexp (https://lodash.com).
6
7# Details
8Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.escaperegexp.
9## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/lodash.escaperegexp/index.d.ts)
10````ts
11// Generated from https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/lodash/scripts/generate-modules.ts
12
13import { escapeRegExp } from "lodash";
14export = escapeRegExp;
15
16````
17
18### Additional Details
19 * Last updated: Wed, 18 Oct 2023 05:47:07 GMT
20 * Dependencies: [@types/lodash](https://npmjs.com/package/@types/lodash)
21
22# Credits
23These definitions were written by [Brian Zengel](https://github.com/bczengel), and [Ilya Mochalov](https://github.com/chrootsu).
24
\No newline at end of file