method ZipDirectoryEntry.prototype.importUint8Arrayimport { ZipDirectoryEntry } from "https://dotland.deno.dev/x/zipjs@v2.7.52/index.js"; importUint8Array(array: Uint8Array, options?: ZipReaderConstructorOptions): Promise<[ZipEntry]>Extracts a zip file provided as a Uint8Array instance into the entry Extracts a zip file provided as a Uint8Array instance into the entry Parametersarray: Uint8ArrayThe Uint8Array instance. optionaloptions: ZipReaderConstructorOptionsThe options. ReturnsPromise<[ZipEntry]>