|
il y a 2 ans | |
---|---|---|
.. | ||
.npmignore | il y a 2 ans | |
LICENSE | il y a 2 ans | |
README.md | il y a 2 ans | |
index.js | il y a 2 ans | |
package.json | il y a 2 ans | |
test.js | il y a 2 ans |
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