method ZipReader.prototype.getEntriesGeneratorimport { ZipReader } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.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 {@link Entry} instances.