mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-04 08:57:49 +00:00
19 lines
467 B
Markdown
19 lines
467 B
Markdown
# 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.
|