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

5 lines
212 B
TypeScript
Raw Normal View History

2024-09-06 15:32:35 +00: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;