method internal.Duplex.prototype._write Usage in Denoimport { internal } from "node:stream"; Duplex.prototype._write(chunk: any,encoding: BufferEncoding,callback: (error?: Error | null) => void,): void Parameters chunk: any encoding: BufferEncoding callback: (error?: Error | null) => void Return Type void