Skip to main content
Module

x/zipjs/index.js>ZipWriterStream#writable

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

Returns a WritableStream for the .pipeTo method

Parameters

path: string

The directory path of where the stream should exist in the zipped stream.

Returns

A WritableStream.