UNPKG
confg
Version:
latest (0.0.5)
0.0.5
0.0.3
confg helps config enviroment variables with javascript
jacoblwe20/confg
confg
/
config.js
5 lines
•
80 B
JavaScript
View Raw
1
2
3
4
5
module
.
exports
=
function
(
confg
) { confg.
configuration
({
FIVE
:
'5'
}) };