oh-my-glob
TypeScript icon, indicating that this package has built-in type declarations

0.0.4 • Public • Published

oh-my-glob

Directory tree filtering with multiple globs

npm install oh-my-glob
const filter = require("oh-my-glob");

filter(process.cwd(), ["**/*.ts", "!node_modules", "!**/*.test.ts"])

Dependents (0)

Package Sidebar

Install

npm i oh-my-glob

Weekly Downloads

2

Version

0.0.4

License

MIT

Unpacked Size

6.89 kB

Total Files

12

Last publish

Collaborators

  • vjrasane