SRelationDir.js 408 B

123456789
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.SRelationDir = void 0;
  4. var SRelationDir;
  5. (function (SRelationDir) {
  6. SRelationDir[SRelationDir["Undirected"] = 0] = "Undirected";
  7. SRelationDir[SRelationDir["Forward"] = 1] = "Forward";
  8. SRelationDir[SRelationDir["Reverse"] = 2] = "Reverse";
  9. })(SRelationDir = exports.SRelationDir || (exports.SRelationDir = {}));