conventional-changelog-action/node_modules/lodash.ismatch
Tycho Bokdam 999eba1f94
chore: Added node_modules to release branch
2019-10-18 11:54:08 +02:00
..
LICENSE chore: Added node_modules to release branch 2019-10-18 11:54:08 +02:00
README.md chore: Added node_modules to release branch 2019-10-18 11:54:08 +02:00
index.js chore: Added node_modules to release branch 2019-10-18 11:54:08 +02:00
package.json chore: Added node_modules to release branch 2019-10-18 11:54:08 +02:00

README.md

lodash.ismatch v4.4.0

The lodash method _.isMatch exported as a Node.js module.

Installation

Using npm:

$ {sudo -H} npm i -g npm
$ npm i --save lodash.ismatch

In Node.js:

var isMatch = require('lodash.ismatch');

See the documentation or package source for more details.