UNPKG
@chix/config
Version:
latest (2.9.14)
2.9.14
2.9.13
2.9.8
2.9.7
2.9.3
2.9.2
2.9.0
2.8.0
2.7.8
2.7.6
2.7.5
2.7.4
2.7.3
2.7.1
2.7.0
2.3.0
2.2.1
2.2.0
2.1.1
1.16.3
1.16.1
1.16.0
Configuration File Handler
@chix/config
/
lib
/
util
/
index.js
7 lines
•
242 B
JavaScript
View Raw
1
2
3
4
5
6
7
"use strict"
;
function
__export
(
m
) {
for
(
var
p
in
m)
if
(!
exports
.
hasOwnProperty
(p))
exports
[p] = m[p]; }
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
__export
(
require
(
"./configPath"
));
//# sourceMappingURL=index.js.map