UNPKG

401 BTypeScriptView Raw
1// Type definitions for lodash.escapeRegExp 4.1
2// Project: http://lodash.com/
3// Definitions by: Brian Zengel <https://github.com/bczengel>, Ilya Mochalov <https://github.com/chrootsu>, Stepan Mikhaylyuk <https://github.com/stepancar>
4// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
5// TypeScript Version: 2.2
6
7import { escapeRegExp } from "lodash";
8export = escapeRegExp;