Build
Docs
Reference
Guides
Blog
Discord
/
node:repl
/
REPLServerEventMap
P
close
P
exit
P
history
P
line
P
pause
P
reset
P
resume
P
SIGCONT
P
SIGINT
P
SIGTSTP
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:repl
/
REPLServerEventMap
P
close
P
exit
P
history
P
line
P
pause
P
reset
P
resume
P
SIGCONT
P
SIGINT
P
SIGTSTP
interface
repl.REPLServerEventMap
interface
REPLServerEventMap
close
:
[
]
exit
:
[
]
history
:
[
history
:
string
[]
]
line
:
[
input
:
string
]
pause
:
[
]
reset
:
[
context
:
Context
]
resume
:
[
]
SIGCONT
:
[
]
SIGINT
:
[
]
SIGTSTP
:
[
]