UNPKG

@web3-storage/w3up-client

Version:

Client for the web3.storage w3up api

9 lines 223 B
export class File extends Blob { /** * @param {BlobPart[]} blobParts * @param {string} name */ constructor(blobParts: BlobPart[], name: string); name: string; } //# sourceMappingURL=shims.d.ts.map