method ZipDirectoryEntry.prototype.exportBlobimport { ZipDirectoryEntry } from "https://dotland.deno.dev/x/zipjs@v2.7.52/index.js"; exportBlob(options?: ZipDirectoryEntryExportOptions): Promise<Blob>Returns a Blob instance containing a zip file of the entry and its descendants Returns a Blob instance containing a zip file of the entry and its descendants Parametersoptionaloptions: ZipDirectoryEntryExportOptionsThe options. ReturnsPromise<Blob>A promise resolving to the Blob instance.