SourceTermAnalysisSystem_vue/node_modules/@antv/x6-geometry/lib/geometry.js
2026-05-15 10:22:44 +08:00

13 lines
309 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.Geometry = void 0;
class Geometry {
valueOf() {
return this.toJSON();
}
toString() {
return JSON.stringify(this.toJSON());
}
}
exports.Geometry = Geometry;
//# sourceMappingURL=geometry.js.map