UNPKG
@fabrix/spool-repl
Version:
latest (1.5.0)
1.5.0
1.1.0
1.0.0
1.0.0-alpha.5
1.0.0-alpha.1
Spool - REPL for Fabrix
github.com/fabrix-app/spool-repl
fabrix-app/spool-repl
@fabrix/spool-repl
/
dist
/
config
/
repl.js
8 lines
(7 loc)
•
188 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
repl
= {
httpEncoding
:
'utf8'
,
historyFileName
:
'.node_repl_history'
,
allowNoTTY
:
false
};