Docs
Reference
Guides
Blog
Discord
/
node:repl
/
REPLEval
T
REPLEval
Search the reference...
/
Docs
Reference
Guides
Blog
Discord
/
node:repl
/
REPLEval
T
REPLEval
type
repl.REPLEval
type
REPLEval
=
(
this
:
REPLServer
,
evalCmd
:
string
,
context
:
Context
,
file
:
string
,
cb
:
(
err
:
Error
|
null
,
result
:
any
)
=>
void
)
=>
void