How to use the multimatch.isMatch function in multimatch

To help you get started, we’ve selected a few multimatch examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github micromatch / extglob / test / support / matcher.js View on Github external
mm.contains = function(files, patterns, options) {
  return mm.isMatch(files, patterns, options);
};

multimatch

Extends `minimatch.match()` with support for multiple patterns

MIT
Latest version published 1 year ago

Package Health Score

73 / 100
Full package analysis