@turf/convex
Advanced tools
Comparing version 6.0.1 to 6.0.2
@@ -30,6 +30,5 @@ import { AllGeoJSON, Feature, Polygon, Properties } from "@turf/helpers"; | ||
*/ | ||
declare function convex<P = Properties>(geojson: AllGeoJSON, options?: { | ||
export default function convex<P = Properties>(geojson: AllGeoJSON, options?: { | ||
concavity?: number; | ||
properties?: P; | ||
}): Feature<Polygon, P> | null; | ||
export default convex; |
@@ -33,3 +33,3 @@ import { AllGeoJSON, Feature, polygon, Polygon, Properties } from "@turf/helpers"; | ||
*/ | ||
function convex<P = Properties>(geojson: AllGeoJSON, options: { | ||
export default function convex<P = Properties>(geojson: AllGeoJSON, options: { | ||
concavity?: number, | ||
@@ -58,3 +58,1 @@ properties?: P, | ||
} | ||
export default convex; |
{ | ||
"name": "@turf/convex", | ||
"version": "6.0.1", | ||
"version": "6.0.2", | ||
"description": "turf convex module", | ||
@@ -5,0 +5,0 @@ "main": "index", |
9910
141