Skip to main content
Module

x/zipjs/index.js>ZipWriterAddDataOptions

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

Represents the options passed to ZipWriter#add.

Properties

optional
directory: boolean

true if the entry is a directory.

optional
comment: string

The comment of the entry.

optional
extraField: Map<number, Uint8Array>

The extra field of the entry.