@tdb/web
Version:
Common condiguration for serving a web-site and testing web-based UI components.
18 lines (14 loc) • 317 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.setConfig = setConfig;
exports.default = void 0;
var runtimeConfig;
var _default = function _default() {
return runtimeConfig;
};
exports.default = _default;
function setConfig(configValue) {
runtimeConfig = configValue;
}