method internal.Duplex.prototype.write
Jump to headingDuplex.prototype.write(chunk: any,encoding?: BufferEncoding,cb?: (error: Error
| null
| undefined) => void,): boolean
Parameters Jump to heading
Jump to headingchunk: any
optional
Jump to headingencoding: BufferEncoding
optional
Jump to headingcb: (error: Error
| null
| undefined) => void
Return Type Jump to heading
boolean
Jump to headingDuplex.prototype.write(chunk: any,cb?: (error: Error
| null
| undefined) => void,): boolean
Parameters Jump to heading
Jump to headingchunk: any
optional
Jump to headingcb: (error: Error
| null
| undefined) => void
Return Type Jump to heading
boolean