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
/
default.js
8 lines
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
const
config_1 =
require
(
"./config"
);
const
komondor = {
config
: config_1.
config
};
exports
.
default
= komondor;
//# sourceMappingURL=default.js.map