File: /var/www/vhost/disk-apps/pwa.sports-crowd.com/node_modules/lodash.ismatch/README.md
# 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.