method ZipReader.prototype.getEntriesimport { ZipReader } from "https://deno.land/x/zipjs@v2.6.55/index.js"; 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.