Skip to main content
The Deno 2 Release Candidate is here
Learn more
Latest
method ZipReader.prototype.getEntriesGenerator
import { ZipReader } from "https://deno.land/x/simple_utility@v2.3.2/deps.pure.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 asynchronous generator of Entry instances.