qauMaWeb/node_modules/totalist/sync/index.d.ts

5 lines
212 B
TypeScript
Raw Normal View History

2024-10-13 18:02:27 +08:00
import { Stats } from 'fs';
export type Caller = (relPath: string, absPath: string, stats: Stats) => any;
declare function totalist(dir: string, callback: Caller, prefix?: string): void;
export default totalist;