Skip to main content
Module

x/zipjs/index.d.ts>ZipReaderConstructorOptions

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, zip64, split files and encryption.
Go to Latest
interface ZipReaderConstructorOptions
import { type ZipReaderConstructorOptions } from "https://deno.land/x/zipjs@v2.7.42/index.d.ts";

Represents the options passed to the constructor of ZipReader, and ZipDirectory#import*.

Properties

optional
extractPrependedData: boolean

true to extract the prepended data into ZipReader#prependedData.

optional
extractAppendedData: boolean

true to extract the appended data into ZipReader#appendedData.