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

x/zipjs/index.js>ZipReader#getEntriesGenerator

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

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

Parameters

The options.

Returns

AsyncGenerator<Entry, boolean>

An asynchronous generator of Entry instances.