Files
supplier-dispatch-h5/node_modules/totalist/sync/index.d.ts
2023-08-11 10:45:20 +08:00

5 lines
212 B
TypeScript

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;