UNPKG
chnp-cli
Version:
latest (1.0.1)
1.0.1
1.0.0
Code Highlight and Print Command Line version
chnp-cli
/
GLOBALS.js
5 lines
(4 loc)
•
151 B
JavaScript
View Raw
1
2
3
4
5
const
VERSION
=
1.0
;
const
SESSION_FILE_NAME
=
"____chnpsession_cohls"
;
const
PORT
=
61109
;
module
.
exports
= { VERSION, SESSION_FILE_NAME, PORT };