19 lines
467 B
Markdown
19 lines
467 B
Markdown
# lodash.isregexp v4.0.1
|
|
|
|
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/4.0.1-npm-packages/lodash.isregexp) for more details.
|