astro-ghostcms/.pnpm-store/v3/files/61/f95f12eb0e1f9d4f6a1c27a0621...

4 lines
186 B
Plaintext

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