DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
195 Bytes
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>;