Module

x/zipjs/index.d.ts>ZipReader#getEntries

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, Zip64 and encryption.
Go to Latest
method ZipReader.prototype.getEntries
import { ZipReader } from "https://dotland.deno.dev/x/zipjs@v2.6.21/index.d.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.