Skip to main content
Module

x/zipjs/index.d.ts>ZipDirectoryEntryExportOptions

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

Represents the options passed to [ZipDirectoryEntry](https://deno.land/x/zipjs@v2.7.42/index.d.ts?s=ZipDirectoryEntry)#export*().

Properties

optional
relativePath: boolean

true to use filenames relative to the entry instead of full filenames.

optional
mimeType: string

The MIME type of the exported data when relevant.

optional
readerOptions: ZipReaderConstructorOptions

The options passed to the Reader instances