SLineType.js 254 B

1234567
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.SLineType = void 0;
  4. var SLineType;
  5. (function (SLineType) {
  6. SLineType[SLineType["Line"] = 0] = "Line";
  7. })(SLineType = exports.SLineType || (exports.SLineType = {}));