cct-lce
Version:
CCT Latency Check Engine
9 lines • 337 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.BandwidthMode = void 0;
var BandwidthMode;
(function (BandwidthMode) {
BandwidthMode["big"] = "big";
BandwidthMode["small"] = "small";
})(BandwidthMode = exports.BandwidthMode || (exports.BandwidthMode = {}));
//# sourceMappingURL=Shared.js.map