line_push/node_modules/totalist/sync/index.d.ts
2022-07-21 03:28:35 +00: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;