glob-intersect

0.0.2 • Public • Published

glob-intersect

A function that tells you whether two file globs intersect.

Example

var m = require('glob-intersect');
 
console.log(m('test/**/*.js', 'test/x/*'));
 
// true;

TODO

Currently supports: star, double-star

Not yet supported: questionmarks (file?.js) and character groups (x[abcd])

license

MIT

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i glob-intersect

    Weekly Downloads

    2

    Version

    0.0.2

    License

    MIT

    Last publish

    Collaborators

    • spion