method Duplex.prototype.writeimport { Duplex } from "https://dotland.deno.dev/std@0.177.0/node/stream.ts"; write(chunk: any,encoding?: BufferEncoding,cb?: (error: Error | null | undefined) => void,): booleanwrite(chunk: any, cb?: (error: Error | null | undefined) => void): booleanParameterschunk: anyoptionalencoding: BufferEncodingoptionalcb: (error: Error | null | undefined) => voidReturnsbooleanParameterschunk: anyoptionalcb: (error: Error | null | undefined) => voidReturnsboolean