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

9 lines
183 B
JavaScript

export class Geometry {
valueOf() {
return this.toJSON();
}
toString() {
return JSON.stringify(this.toJSON());
}
}
//# sourceMappingURL=geometry.js.map