Leon4gr45's picture
Upload folder using huggingface_hub (part 4)
df9fdc8 verified
Raw
History Blame Contribute Delete
403 Bytes
import { type ApiData, type EndpointInfo, type JsApiData } from "../types";
import type { Client } from "..";
export declare function handle_blob(this: Client, endpoint: string, data: unknown[], api_info: EndpointInfo<JsApiData | ApiData>): Promise<unknown[]>;
export declare function process_local_file_commands(client: Client, data: unknown[]): Promise<void>;
//# sourceMappingURL=handle_blob.d.ts.map