UNPKG
jconf
Version:
latest (0.0.4)
0.0.4
0.0.3
0.0.2
0.0.1
Simple node.js configuration engine
github.com/WilixLead/jconf
WilixLead/jconf
jconf
/
test
/
test.js
5 lines
(3 loc)
•
69 B
JavaScript
View Raw
1
2
3
4
5
'use strict'
;
const
config =
require
(
'./../'
);
console
.
log
(config);