Skip to main content
Module

x/zipjs/index.js>ZipLibrary

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

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.