blob: 8f8e12af746591354aeba00855205da87273f90a [file] [log] [blame]
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;