index.cjs 428 B

123456789101112
  1. "use strict";Object.defineProperty(exports, "__esModule", {value: true});// index.ts
  2. var _bbox = require('@turf/bbox');
  3. var _bboxpolygon = require('@turf/bbox-polygon');
  4. function envelope(geojson) {
  5. return _bboxpolygon.bboxPolygon.call(void 0, _bbox.bbox.call(void 0, geojson));
  6. }
  7. var turf_envelope_default = envelope;
  8. exports.default = turf_envelope_default; exports.envelope = envelope;
  9. //# sourceMappingURL=index.cjs.map