File size: 296 Bytes
bc20498 |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "default", {
enumerable: true,
get: function() {
return _default;
}
});
const _loadconfig = require("../lib/load-config");
const _default = _loadconfig.loadConfig;
|