hyperglob
v0.0.0-alpha.0
Published
hyperglob is the fastest glob library
Downloads
3
Readme
hyperglob is the fastest globbing library for node, bun, and deno.
Installation
npm install hyperglobUsage
import { glob } from 'hyperglob'
const files = await glob('**/*.js', { cwd: 'src' })