|
před 2 roky | |
---|---|---|
.. | ||
.npmignore | před 2 roky | |
LICENSE | před 2 roky | |
README.md | před 2 roky | |
index.js | před 2 roky | |
package.json | před 2 roky | |
test.js | před 2 roky |
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