1 | "use strict";
|
2 | Object.defineProperty(exports, "__esModule", { value: true });
|
3 | exports.Coordinate3D = exports.Coordinate = void 0;
|
4 | var coordinate_1 = require("./coordinate");
|
5 | Object.defineProperty(exports, "Coordinate", { enumerable: true, get: function () { return coordinate_1.Coordinate; } });
|
6 | var coordinate3D_1 = require("./coordinate3D");
|
7 | Object.defineProperty(exports, "Coordinate3D", { enumerable: true, get: function () { return coordinate3D_1.Coordinate3D; } });
|
8 |
|
\ | No newline at end of file |