elearning/Frontend-Learner/node_modules/totalist/index.d.ts

4 lines
195 B
TypeScript
Raw Normal View History

2026-01-13 10:46:40 +07:00
import { Stats } from 'fs';
export type Caller = (relPath: string, absPath: string, stats: Stats) => any;
export function totalist(dir: string, callback: Caller, prefix?: string): Promise<void>;