Skip to main content

write

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

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

optional
Jump to headingcb: (error:
Error
| null
| undefined
) => void

Return Type Jump to heading

boolean
Back to top