Skip to main content
Module

x/zipjs/index.d.ts>ZipLibrary

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

Represents the implementations zip.js uses to compress/decompress data.

Properties

Deflate: ZipDeflate

The class used to compress data.

Inflate: ZipInflate

The class used to decompress data.