method Interface.prototype.once
Overload 1
#Interface.prototype.once(event: string,listener: (...args: any[]) => void,): this
Overload 2
#Interface.prototype.once(event: "close",listener: () => void,): this
Overload 3
#Interface.prototype.once(event: "line",listener: (input: string) => void,): this
Overload 4
#Interface.prototype.once(event: "pause",listener: () => void,): this
Overload 5
#Interface.prototype.once(event: "resume",listener: () => void,): this
Overload 6
#Interface.prototype.once(event: "SIGCONT",listener: () => void,): this
Overload 7
#Interface.prototype.once(event: "SIGINT",listener: () => void,): this
Overload 8
#Interface.prototype.once(event: "SIGTSTP",listener: () => void,): this