Interface IArchiveZipOptions

interface IArchiveZipOptions {
    compressionLevel: number;
    password?: string;
    topFolderName?: string;
}

Hierarchy

Properties

compressionLevel: number

NO_COMPRESSION - 0

BEST_SPEED - 1

BEST_COMPRESSION - 9 default

password?: string
topFolderName?: string

Generated using TypeDoc