UNPKG

@huggingface/hub

Version:

Utilities to interact with the Hugging Face hub

7 lines 269 B
export declare function createSHA256(isInsideWorker?: boolean): Promise<{ init(): void; update(data: Uint8Array): void; digest(method: "hex"): string; }>; export declare function createSHA256WorkerCode(): string; //# sourceMappingURL=sha256-wrapper.d.ts.map