method ZipDirectoryEntry.prototype.exportZipimport { ZipDirectoryEntry } from "https://dotland.deno.dev/x/zipjs@v2.7.52/index.js"; exportZip(writer: | Writer<unknown> | WritableWriter | WritableStream | AsyncGenerator<Writer<unknown> | WritableWriter | WritableStream>, options?: ZipDirectoryEntryExportOptions): Promise<unknown>Creates a zip file via a custom Writer instance containing the entry and its descendants Creates a zip file via a custom Writer instance containing the entry and its descendants Parameterswriter: | Writer<unknown> | WritableWriter | WritableStream | AsyncGenerator<Writer<unknown> | WritableWriter | WritableStream>The Writer instance. optionaloptions: ZipDirectoryEntryExportOptionsThe options. ReturnsPromise<unknown>A promise resolving to the data.