UNPKG

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