Skip to main content
Go to Latest
method ZipReader.prototype.getEntriesGenerator
import { ZipReader } from "https://deno.land/x/simple_utility@v2.1.0/deps.pure_ext.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.