method Stream.Writable.prototype.on
Overload 1
#Writable.prototype.on(event: "close",listener: () => void,): this
Overload 2
#Writable.prototype.on(event: "drain",listener: () => void,): this
Overload 3
#Writable.prototype.on(event: "error",listener: (err: Error) => void,): this
Overload 4
#Writable.prototype.on(event: "finish",listener: () => void,): this