SANDRAMSC's picture
Updated README.md with Hugging Face configuration
51ddcbf
raw
history blame contribute delete
No virus
107 Bytes
import type { Blob, BlobLike } from "./Blob";
export declare type BlobPart = BlobLike | Blob | Uint8Array;