index.js 295 B

123456789101112
  1. // index.ts
  2. import { bbox } from "@turf/bbox";
  3. import { bboxPolygon } from "@turf/bbox-polygon";
  4. function envelope(geojson) {
  5. return bboxPolygon(bbox(geojson));
  6. }
  7. var turf_envelope_default = envelope;
  8. export {
  9. turf_envelope_default as default,
  10. envelope
  11. };
  12. //# sourceMappingURL=index.js.map