Skip to main content
Module

x/zipjs/index.d.ts>ZipWriterCloseOptions

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

Represents the options passed to ZipWriter#close.

Properties

optional
zip64: boolean

true to use Zip64 to write the entries directory.

optional
preventClose: boolean

true to prevent closing of WritableWriter#writable.