File: /var/dev/nowruzgan/rest/node_modules/lodash.isregexp/README.md
# lodash.isregexp v3.0.5
The [lodash](https://lodash.com/) method `_.isRegExp` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.isregexp
```
In Node.js:
```js
var isRegExp = require('lodash.isregexp');
```
See the [documentation](https://lodash.com/docs#isRegExp) or [package source](https://github.com/lodash/lodash/blob/3.0.5-npm-packages/lodash.isregexp) for more details.