Module

x/zipjs/index.js>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://dotland.deno.dev/x/zipjs@v2.7.41/index.js";

Represents the options passed to {@link ZipWriter#close}.

Properties

optional
zip64: boolean

true to use Zip64 to write the entries directory.

optional
preventClose: boolean

true to prevent closing of {@link WritableWriter#writable}.