UNPKG

@huggingface/hub

Version:

Utilities to interact with the Hugging Face hub

13 lines 350 B
export interface ShardData { hmacKey: string; xorbs: Array<{ hash: string; chunks: Array<{ hash: string; startOffset: number; unpackedLength: number; }>; }>; } export declare function parseShardData(shardBlob: Blob): Promise<ShardData>; //# sourceMappingURL=shardParser.d.ts.map