UNPKG

@golemio/pid

Version:
10 lines 408 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.InfotextPriority = void 0; var InfotextPriority; (function (InfotextPriority) { InfotextPriority["Low"] = "low"; InfotextPriority["Normal"] = "normal"; InfotextPriority["High"] = "high"; })(InfotextPriority || (exports.InfotextPriority = InfotextPriority = {})); //# sourceMappingURL=InfotextPriorityEnum.js.map