@flethy/configtypes
Version:
@flethy/configtypes
6 lines • 344 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.CONFIG_TYPES = void 0;
var configTypes_const_1 = require("./configTypes/configTypes.const");
Object.defineProperty(exports, "CONFIG_TYPES", { enumerable: true, get: function () { return configTypes_const_1.CONFIG_TYPES; } });
//# sourceMappingURL=index.js.map