UNPKG

@storacha/client

Version:

Client for the storacha.network w3up api

11 lines 242 B
export class File extends Blob { /** * @param {BlobPart[]} blobParts * @param {string} name */ constructor(blobParts, name) { super(blobParts); this.name = name; } } //# sourceMappingURL=shims.js.map