imc-vibe/frontend/node_modules/totalist/sync/index.d.ts
2026-03-21 22:41:23 +01:00

3 lines
186 B
TypeScript

import { Stats } from 'fs';
export type Caller = (relPath: string, absPath: string, stats: Stats) => any;
export function totalist(dir: string, callback: Caller, prefix?: string): void;