UNPKG

@in-browser/fdir

Version:

The fastest directory crawler & globbing alternative to glob, fast-glob, & tiny-glob. Crawls 1m files in < 1s

5 lines (4 loc) 125 B
import { Builder } from "./builder"; export { Builder as fdir }; export type Fdir = typeof Builder; export * from "./types";