UNPKG
@komondor-lab/core
Version:
latest (7.0.0-alpha)
7.0.0-alpha
Komondor core library
github.com/unional/komondor
unional/komondor
@komondor-lab/core
/
lib
/
config
/
config.js
8 lines
•
245 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
setConfig_1 =
require
(
"./setConfig"
);
function
config
(
options
) { setConfig_1.
setConfig
(options); }
exports
.
config
= config;
//# sourceMappingURL=config.js.map