method ZipReader.prototype.getEntriesGeneratorimport { ZipReader } from "https://dotland.deno.dev/x/zipjs@v2.7.23/index.d.ts"; getEntriesGenerator(options?: ZipReaderGetEntriesOptions): AsyncGenerator<Entry, boolean>Returns a generator used to iterate on all the entries in the zip file Returns a generator used to iterate on all the entries in the zip file Parametersoptionaloptions: ZipReaderGetEntriesOptionsThe options. ReturnsAsyncGenerator<Entry, boolean>An asynchrounous generator of Entry instances.