hyperglob is the fastest globbing library for node, bun, and deno. Installation npm install hyperglob Usage import { glob } from 'hyperglob' const files = await glob('**/*.js', { cwd: 'src' })