class PassThrough extends Transformimport { PassThrough } from "https://dotland.deno.dev/std@0.92.0/node/stream.ts"; ConstructorsnewPassThrough(options?: TransformOptions)Methods_transform(chunk: any,_encoding: Encodings,cb: (error?: Error | null, data?: any) => void,)import PassThroughimport { PassThrough } from "https://dotland.deno.dev/std@0.92.0/node/stream.ts";