UNPKG

@huggingface/hub

Version:

Utilities to interact with the Hugging Face hub

12 lines 310 B
/** * @returns hex-encoded sha * @yields progress (0-1) */ export declare function sha256(buffer: Blob, opts?: { useWebWorker?: boolean | { minSize?: number; poolSize?: number; }; abortSignal?: AbortSignal; }): AsyncGenerator<number, string>; //# sourceMappingURL=sha256.d.ts.map