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