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) 282 B
import { WalkerState, Options } from "../../types"; export type ResolveSymlinkFunction = (path: string, state: WalkerState, callback: (stat: any, path: string) => void) => void; export declare function build(options: Options, isSynchronous: boolean): ResolveSymlinkFunction | null;