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/*'));
TODO
Currently supports: star, double-star
Not yet supported: questionmarks (file?.js
) and character groups (x[abcd]
)
license
MIT
Versions
Version | Downloads (Last 7 Days) | Tag |
---|
0.0.2 | 4 | latest |
Version History
Version | Downloads (Last 7 Days) | Published |
---|
0.0.2 | 4 | |
0.0.1 | 4 | |
Package Sidebar
Install
Weekly Downloads