Skip to main content
Module

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

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