Skip to main content
Module

x/zipjs/index.d.ts>EventBasedZipLibrary

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

Represents event-based implementations used to compress/decompress data.

Properties

Deflate: EventBasedCodec

The class used to compress data.

Inflate: EventBasedCodec

The class used to decompress data.