Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method ZipReader.prototype.getEntries
import { ZipReader } from "https://deno.land/x/simple_utility@v2.3.2/deps.pure.ts";

Returns all the entries in the zip file

Parameters

optional
options: ZipReaderGetEntriesOptions

The options.

Returns

Promise<Entry[]>

A promise resolving to an array of Entry instances.