Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

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

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, Zip64 and encryption.
Go to Latest
method ZipReader.prototype.getEntriesGenerator
import { ZipReader } from "https://deno.land/x/zipjs@v2.6.51/index.d.ts";

Returns a generator used to iterate on all the entries in the zip file

Parameters

optional
options: ZipReaderGetEntriesOptions

The options.

Returns

AsyncGenerator<Entry, boolean>

An asynchrounous generator of Entry instances.