@turf/difference
Advanced tools
Comparing version
{ | ||
"name": "@turf/difference", | ||
"version": "3.10.4", | ||
"version": "3.10.5", | ||
"description": "[Turf](http://turfjs.org/) difference module", | ||
@@ -30,5 +30,5 @@ "main": "index.js", | ||
"jsts": "1.3.0", | ||
"@turf/helpers": "^3.10.3" | ||
"@turf/helpers": "^3.10.5" | ||
}, | ||
"types": "index.d.ts" | ||
} |
@@ -62,3 +62,3 @@ # @turf/difference | ||
Returns **[Feature](http://geojson.org/geojson-spec.html#feature-objects)<[Polygon](http://geojson.org/geojson-spec.html#polygon)>** a Polygon feature showing the area of `p1` excluding the area of `p2` | ||
Returns **[Feature](http://geojson.org/geojson-spec.html#feature-objects)<([Polygon](http://geojson.org/geojson-spec.html#polygon) \| [MultiPolygon](http://geojson.org/geojson-spec.html#multipolygon))>** a Polygon or MultiPolygon feature showing the area of `p1` excluding the area of `p2` | ||
@@ -65,0 +65,0 @@ <!-- This file is automatically generated. Please don't edit it directly: |
7499
1.17%Updated