UNPKG

jspurefix

Version:
10 lines 480 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.ContainedSetType = void 0; var ContainedSetType; (function (ContainedSetType) { ContainedSetType[ContainedSetType["Msg"] = 0] = "Msg"; ContainedSetType[ContainedSetType["Group"] = 1] = "Group"; ContainedSetType[ContainedSetType["Component"] = 2] = "Component"; })(ContainedSetType || (exports.ContainedSetType = ContainedSetType = {})); //# sourceMappingURL=contained-set-type.js.map