oh-my-glob
v0.0.4
Published

Readme
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"])