Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

zipSync

Synchronously creates a ZIP file. Prefer using zip for better performance with more than one file.

function zipSync(data: Zippable, opts?: ZipOptions): Uint8Array;
§
zipSync(data: Zippable, opts?: ZipOptions): Uint8Array
[src]

§Parameters

§

The directory structure for the ZIP archive

§
opts?: ZipOptions optional
[src]

The main options, merged with per-file options

§Return Type

§
Uint8Array
[src]

The generated ZIP archive