conventional-changelog-action/node_modules/lodash.ismatch
Tycho Bokdam 78aace1247
chore: Test release
2019-10-18 10:21:11 +02:00
..
LICENSE chore: Test release 2019-10-18 10:21:11 +02:00
README.md chore: Test release 2019-10-18 10:21:11 +02:00
index.js chore: Test release 2019-10-18 10:21:11 +02:00
package.json chore: Test release 2019-10-18 10:21:11 +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.