Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/zipjs/index.d.ts>ZipReader#getEntriesGenerator

JavaScript library to zip and unzip files in the browser and Deno
Go to Latest
method ZipReader.prototype.getEntriesGenerator
import { ZipReader } from "https://deno.land/x/zipjs@v2.4.26/index.d.ts";

Parameters

optional
options: ZipReaderGetEntriesOptions

Returns

AsyncGenerator<Entry, boolean>