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

4 lines
195 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00: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>;