Module

x/fluentci/deps.ts>ZipReader#getEntriesGenerator

This is the command line interface for FluentCI.
Go to Latest
method ZipReader.prototype.getEntriesGenerator
import { ZipReader } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.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 {@link Entry} instances.