UNPKG

@awhere/api

Version:

The awesome aWhere API for JavaScript.

15 lines 1.18 kB
"use strict"; var __importDefault = (this && this.__importDefault) || function (mod) { return (mod && mod.__esModule) ? mod : { "default": mod }; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.PolylineCollection = exports.PolygonCollection = exports.PointCollection = exports.default = void 0; var FeatureCollection_1 = require("./FeatureCollection"); Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(FeatureCollection_1).default; } }); var PointCollection_1 = require("./PointCollection"); Object.defineProperty(exports, "PointCollection", { enumerable: true, get: function () { return __importDefault(PointCollection_1).default; } }); var PolygonCollection_1 = require("./PolygonCollection"); Object.defineProperty(exports, "PolygonCollection", { enumerable: true, get: function () { return __importDefault(PolygonCollection_1).default; } }); var PolylineCollection_1 = require("./PolylineCollection"); Object.defineProperty(exports, "PolylineCollection", { enumerable: true, get: function () { return __importDefault(PolylineCollection_1).default; } }); //# sourceMappingURL=index.js.map