Urara-Blog/node_modules/.pnpm-store/v3/files/61/f95f12eb0e1f9d4f6a1c27a0621838c330151e35502d0fb612df474a13c6d966334d6f2e6ae5c2b0fd96d881ab24d02e880a9689aba4076e9f68db91d92303
2022-08-14 01:14:53 +08:00

3 lines
186 B
Text

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