Leon4gr45's picture
Upload folder using huggingface_hub (part 10)
7b9af13 verified
Raw
History Blame Contribute Delete
161 Bytes
export function byteLength(b64: string): number;
export function toByteArray(b64: string): Uint8Array;
export function fromByteArray(uint8: Uint8Array): string;