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