0.0.2 • Published 10 years ago

glob-intersect v0.0.2

Weekly downloads
1
License
-
Repository
-
Last release
10 years ago

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

0.0.2

10 years ago

0.0.1

10 years ago