UNPKG
@willsoto/node-konfig-core
Version:
latest (6.0.0)
6.0.0
5.0.0
4.1.0
4.0.1
4.0.0
3.0.0
2.2.1
2.2.0
2.1.0
2.0.1
2.0.0
1.0.0
0.3.1
0.3.0
0.2.0
0.1.3
0.1.2
0.1.1
Core configuration pacakge supporting file, static and environment variables
@willsoto/node-konfig-core
/
dist
/
index.js
5 lines
•
162 B
JavaScript
View Raw
1
2
3
4
5
export
*
from
"./errors.js"
;
export
*
from
"./loaders/index.js"
;
export
*
from
"./parsers/index.js"
;
export
*
from
"./store.js"
;
//# sourceMappingURL=index.js.map