@teambit/harmony
Version:
abstract extension system
6 lines • 312 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Config = void 0;
var harmony_config_1 = require("./harmony-config");
Object.defineProperty(exports, "Config", { enumerable: true, get: function () { return harmony_config_1.HarmonyConfig; } });
//# sourceMappingURL=index.js.map