method WriteStream.prototype.on
Jump to headingWriteStream.prototype.on(event: string,listener: (...args: any[]) => void,): this
Parameters Jump to heading
Jump to headingevent: string
Jump to headinglistener: (...args: any[]) => void
Return Type Jump to heading
this
Jump to headingWriteStream.prototype.on(event: "resize",listener: () => void,): this
Parameters Jump to heading
Jump to headingevent: "resize"
Jump to headinglistener: () => void
Return Type Jump to heading
this