method ZipReader.prototype.getEntriesimport { ZipReader } from "https://dotland.deno.dev/x/zipjs@v2.6.68/index.d.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 Entry instances.