method ZipReader.prototype.getEntriesimport { ZipReader } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts"; getEntries(options?: ZipReaderGetEntriesOptions): Promise<Entry[]>Returns all the entries in the zip file Returns all the entries in the zip file Parametersoptionaloptions: ZipReaderGetEntriesOptionsThe options. ReturnsPromise<Entry[]>A promise resolving to an array of {@link Entry} instances.