@composita/il
Version:
Composita language IL.
10 lines • 435 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ProtocolType = void 0;
var ProtocolType;
(function (ProtocolType) {
ProtocolType[ProtocolType["Once"] = 0] = "Once";
ProtocolType[ProtocolType["Optional"] = 1] = "Optional";
ProtocolType[ProtocolType["Repeating"] = 2] = "Repeating";
})(ProtocolType = exports.ProtocolType || (exports.ProtocolType = {}));
//# sourceMappingURL=enums.js.map