Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/zip/compress.ts>compress

Streaming cross-platform zip tool written for Deno 🦕.
Go to Latest
variable compress
import { compress } from "https://deno.land/x/zip@v1.2.3/compress.ts";

type

(
files: string | string[],
archiveName?: string,
options?: CompressOptions,
) => Promise<boolean>