method internal.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
Jump to headingchunk: any
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
Jump to headingchunk: any
optional
Jump to headingencoding: BufferEncoding
optional
Jump to headingcb: () => void
Return Type Jump to heading
this