postio / apps /backend /dist /libraries /helpers /src /utils /read.or.fetch.d.ts
Leon4gr45's picture
Upload folder using huggingface_hub
e372349 verified
Raw
History Blame Contribute Delete
66 Bytes
export declare const readOrFetch: (path: string) => Promise<any>;