Module

x/fluentci/deps.ts>ZipReader#getEntries

This is the command line interface for FluentCI.
Go to Latest
method ZipReader.prototype.getEntries
import { ZipReader } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts";

Returns all the entries in the zip file

Parameters

optional
options: ZipReaderGetEntriesOptions

The options.

Returns

Promise<Entry[]>

A promise resolving to an array of {@link Entry} instances.