/hyperglob

superfast globbing using matcher trees

Primary LanguageJavaScriptMIT LicenseMIT

HYPERGLOB

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' })