method ZipDirectoryEntry.prototype.importZipimport { ZipDirectoryEntry } from "https://dotland.deno.dev/x/zipjs@v2.7.52/index.js"; importZip(reader: | Reader<unknown> | ReadableReader | ReadableStream | Reader<unknown>[] | ReadableReader[] | ReadableStream[], options?: ZipReaderConstructorOptions): Promise<[ZipEntry]>Extracts a zip file provided via a custom Reader instance into the entry Extracts a zip file provided via a custom Reader instance into the entry Parametersreader: | Reader<unknown> | ReadableReader | ReadableStream | Reader<unknown>[] | ReadableReader[] | ReadableStream[]The Reader instance. optionaloptions: ZipReaderConstructorOptionsThe options. ReturnsPromise<[ZipEntry]>