astro-ghostcms/.pnpm-store/v3/files/f6/9101d085a4a747490ed7e87d309...

4 lines
195 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): Promise<void>;