index.js 269 B

123456
  1. "use strict";
  2. Object.defineProperty(exports, "__esModule", { value: true });
  3. exports.Guid = void 0;
  4. var Guid_1 = require("./Guid");
  5. Object.defineProperty(exports, "Guid", { enumerable: true, get: function () { return Guid_1.Guid; } });
  6. //# sourceMappingURL=index.js.map