|
2 anni fa | |
---|---|---|
.. | ||
.npmignore | 2 anni fa | |
LICENSE | 2 anni fa | |
README.md | 2 anni fa | |
index.js | 2 anni fa | |
package.json | 2 anni fa | |
test.js | 2 anni fa |
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