UNPKG

@in-browser/fdir

Version:

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

4 lines (3 loc) 168 B
import { Options } from "../../types"; export type GetArrayFunction = (paths: string[]) => string[]; export declare function build(options: Options): GetArrayFunction;