Skip to main content
Module

x/zipjs/index.js>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.js";

Parameters

optional
options: ZipReaderGetEntriesOptions

Returns

AsyncGenerator<Entry, boolean>