UNPKG

@web-std/file

Version:

Web API compatible File implementation for node

9 lines 309 B
export const File: { new (fileBits: BlobPart[], fileName: string, options?: FilePropertyBag | undefined): File; prototype: File; }; export const Blob: { new (blobParts?: BlobPart[] | undefined, options?: BlobPropertyBag | undefined): Blob; prototype: Blob; }; //# sourceMappingURL=lib.d.ts.map