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