How to use the minimatch.isMatch function in minimatch

To help you get started, we’ve selected a few minimatch 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 / micromatch / test / support / reference.js View on Github external
'use strict';

var mm = require('minimatch');
mm.isMatch = mm;

module.exports = mm;