conventional-changelog-action/node_modules/lodash.ismatch
Conventional Changelog Action 93e8a7d813 chore(release): v3.0.0 2020-07-03 20:09:56 +00:00
..
LICENSE chore(release): v3.0.0 2020-07-03 20:09:56 +00:00
README.md chore(release): v3.0.0 2020-07-03 20:09:56 +00:00
index.js chore(release): v3.0.0 2020-07-03 20:09:56 +00:00
package.json chore(release): v3.0.0 2020-07-03 20:09:56 +00: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.