UNPKG

@in-browser/fdir

Version:

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

3 lines (2 loc) 139 B
import { Output, Options } from "../types"; export declare function sync<TOutput extends Output>(root: string, options: Options): TOutput;