UNPKG

@web-std/blob

Version:

Web API compatible Blob implementation

6 lines 242 B
export const Blob: { new (blobParts?: BlobPart[] | undefined, options?: BlobPropertyBag | undefined): Blob; prototype: Blob; }; export { TextEncoder, TextDecoder, ReadableStream } from "./package.js"; //# sourceMappingURL=lib.d.ts.map