Build
Docs
Reference
Guides
Blog
Discord
/
node:repl
/
REPLServerSetupHistoryOptions
P
filePath
P
onHistoryFileLoaded
P
removeHistoryDuplicates
P
size
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:repl
/
REPLServerSetupHistoryOptions
P
filePath
P
onHistoryFileLoaded
P
removeHistoryDuplicates
P
size
interface
repl.REPLServerSetupHistoryOptions
interface
REPLServerSetupHistoryOptions
filePath
?
:
string
onHistoryFileLoaded
?
:
(
err
:
null
|
Error
,
repl
:
REPLServer
)
=>
void
removeHistoryDuplicates
?
:
boolean
size
?
:
number