|
пре 2 година | |
---|---|---|
.. | ||
.npmignore | пре 2 година | |
LICENSE | пре 2 година | |
README.md | пре 2 година | |
index.js | пре 2 година | |
package.json | пре 2 година | |
test.js | пре 2 година |
Prefix globs with a slash and normalize. Supports negated globs too.
npm install glob-slash --save
var globSlash = require('glob-slash');
console.log(globSlash('!**/testing')) // OUTPUTS: !/**/testing
console.log(globSlash('another-test//**')) // OUTPUTS: /another-test/**
npm install
npm test