Skip to main content
Module

x/zipjs/index.d.ts>Codec

JavaScript library to zip and unzip files in the browser and Deno
Go to Latest
interface Codec
import { type Codec } from "https://deno.land/x/zipjs@v2.4.26/index.d.ts";

Methods

append(data: Uint8Array): Promise<Uint8Array>
flush(): Promise<Uint8Array>