conventional-changelog-action/node_modules/lodash.ismatch/README.md

19 lines
460 B
Markdown

# lodash.ismatch v4.4.0
The [lodash](https://lodash.com/) method `_.isMatch` exported as a [Node.js](https://nodejs.org/) module.
## Installation
Using npm:
```bash
$ {sudo -H} npm i -g npm
$ npm i --save lodash.ismatch
```
In Node.js:
```js
var isMatch = require('lodash.ismatch');
```
See the [documentation](https://lodash.com/docs#isMatch) or [package source](https://github.com/lodash/lodash/blob/4.4.0-npm-packages/lodash.ismatch) for more details.