cobinhood-rx
Version:
CobinhoodRx is a rxjs node wrapper for the CobinhoodRx Api.
10 lines • 465 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var LogTypeValue;
(function (LogTypeValue) {
LogTypeValue[LogTypeValue["Debug"] = 0] = "Debug";
LogTypeValue[LogTypeValue["Error"] = 1] = "Error";
LogTypeValue[LogTypeValue["Warning"] = 2] = "Warning";
LogTypeValue[LogTypeValue["None"] = 3] = "None";
})(LogTypeValue = exports.LogTypeValue || (exports.LogTypeValue = {}));
//# sourceMappingURL=LogTypeValue.js.map