0.0.4 • Published 4 years ago
oh-my-glob v0.0.4
oh-my-glob

Directory tree filtering with multiple globs
npm install oh-my-globconst filter = require("oh-my-glob");
filter(process.cwd(), ["**/*.ts", "!node_modules", "!**/*.test.ts"])
Directory tree filtering with multiple globs
npm install oh-my-globconst filter = require("oh-my-glob");
filter(process.cwd(), ["**/*.ts", "!node_modules", "!**/*.test.ts"])