@flethy/configtypes
Version:
@flethy/configtypes
9 lines • 418 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.CONFIG_TYPES = void 0;
const configTypes_json_1 = __importDefault(require("./configTypes.json"));
exports.CONFIG_TYPES = configTypes_json_1.default;
//# sourceMappingURL=configTypes.const.js.map