printer-notifications/node_modules/totalist/sync/index.d.ts

4 lines
186 B
TypeScript
Raw Permalink Normal View History

2023-11-13 21:10:04 +00:00
import { Stats } from 'fs';
export type Caller = (relPath: string, absPath: string, stats: Stats) => any;
export function totalist(dir: string, callback: Caller, prefix?: string): void;