UNPKG

perf-insight

Version:

Performance benchmarking tool for NodeJS.

7 lines 243 B
export interface FindFileOptions { onlyFiles?: boolean; cwd?: string; excludes?: string[]; } export declare function findFiles(globs: string[], options?: FindFileOptions): Promise<string[]>; //# sourceMappingURL=findFiles.d.mts.map