@web-std/blob
Version:
Web API compatible Blob implementation
7 lines • 303 B
TypeScript
/** @type {typeof globalThis.Blob} */
export const Blob: typeof globalThis.Blob;
import { ReadableStream } from "./package.js";
import { TextEncoder } from "./package.js";
import { TextDecoder } from "./package.js";
export { ReadableStream, TextEncoder, TextDecoder };
//# sourceMappingURL=blob.d.ts.map