method ZipWriterStream.prototype.transformimport { ZipWriterStream } from "https://dotland.deno.dev/x/zipjs@v2.7.42/index.d.ts"; transform<T>(path: string): { readable: ReadableStream<T>; writable: WritableStream<T>; }Returns an object containing a readable and writable property for the .pipeThrough method Returns an object containing a readable and writable property for the .pipeThrough method Type ParametersTParameterspath: stringThe name of the stream when unzipped. Returns{ readable: ReadableStream<T>; writable: WritableStream<T>; }An object containing readable and writable properties