@semo/core
Preparing search index...
utils
replHistory
Function replHistory
replHistory
(
replServer
:
{
addListener
:
(
...
args
:
any
[]
)
=>
void
;
defineCommand
:
(
...
args
:
any
[]
)
=>
void
;
displayPrompt
:
(
...
args
:
any
[]
)
=>
void
;
history
?:
string
[]
;
historyIndex
?:
number
;
output
:
{
write
:
(
...
args
:
any
[]
)
=>
void
}
;
[
key
:
string
]:
any
;
}
,
file
:
string
,
)
:
void
Keep repl history Shared utility for REPL and Shell plugins
Parameters
replServer
:
{
addListener
:
(
...
args
:
any
[]
)
=>
void
;
defineCommand
:
(
...
args
:
any
[]
)
=>
void
;
displayPrompt
:
(
...
args
:
any
[]
)
=>
void
;
history
?:
string
[]
;
historyIndex
?:
number
;
output
:
{
write
:
(
...
args
:
any
[]
)
=>
void
}
;
[
key
:
string
]:
any
;
}
file
:
string
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
@semo/core
Loading...
Keep repl history Shared utility for REPL and Shell plugins