UNPKG

@teambit/harmony

Version:
8 lines 525 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.RuntimeDefinition = exports.Runtimes = void 0; var runtimes_1 = require("./runtimes"); Object.defineProperty(exports, "Runtimes", { enumerable: true, get: function () { return runtimes_1.Runtimes; } }); var runtime_definition_1 = require("./runtime-definition"); Object.defineProperty(exports, "RuntimeDefinition", { enumerable: true, get: function () { return runtime_definition_1.RuntimeDefinition; } }); //# sourceMappingURL=index.js.map