How to use the multimatch.apply 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 / nanomatch / test / support / matcher.js View on Github external
function mm() {
  return mu.apply(null, arguments);
}
github micromatch / extglob / test / support / matcher.js View on Github external
function mi() {
  return mm.apply(null, arguments);
}
github micromatch / micromatch / test / support / matcher.js View on Github external
function mm() {
  return mu.apply(null, arguments);
}

multimatch

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

MIT
Latest version published 1 year ago

Package Health Score

73 / 100
Full package analysis