bit-bin
Version:
<a href="https://opensource.org/licenses/Apache-2.0"><img alt="apache" src="https://img.shields.io/badge/License-Apache%202.0-blue.svg"></a> <a href="https://github.com/teambit/bit/blob/master/CONTRIBUTING.md"><img alt="prs" src="https://img.shields.io/b
37 lines (30 loc) • 602 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "Runtime", {
enumerable: true,
get: function () {
return _runtime().Runtime;
}
});
Object.defineProperty(exports, "EnvRuntime", {
enumerable: true,
get: function () {
return _envRuntime().EnvRuntime;
}
});
function _runtime() {
const data = require("./runtime");
_runtime = function () {
return data;
};
return data;
}
function _envRuntime() {
const data = require("./env-runtime");
_envRuntime = function () {
return data;
};
return data;
}