Skip to main content

end

method default.Duplex.prototype.end
Jump to headingDuplex.prototype.end(cb?: () => void): this

Parameters Jump to heading

optional
Jump to headingcb: () => void

Return Type Jump to heading

this
Jump to headingDuplex.prototype.end(
chunk: any,
cb?: () => void,
): this

Parameters Jump to heading

optional
Jump to headingcb: () => void

Return Type Jump to heading

this
Jump to headingDuplex.prototype.end(
chunk: any,
encoding?: BufferEncoding,
cb?: () => void,
): this

Parameters Jump to heading

optional
Jump to headingencoding: BufferEncoding
optional
Jump to headingcb: () => void

Return Type Jump to heading

this
Back to top