Skip to main content
Module

x/zipjs/index.d.ts>ZipWriterStream#transform

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

Returns an object containing a readable and writable property for the .pipeThrough method

Parameters

path: string

The name of the stream when unzipped.

Returns

{ readable: ReadableStream<T>; writable: WritableStream<T>; }

An object containing readable and writable properties