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