@turf/helpers
Advanced tools
Comparing version 3.7.3 to 3.7.5
@@ -218,3 +218,3 @@ /** | ||
* @example | ||
* var multiPoly = turf.multiPolygon([[[[0,0],[0,10],[10,10],[10,0],[0,0]]]); | ||
* var multiPoly = turf.multiPolygon([[[[0,0],[0,10],[10,10],[10,0],[0,0]]]]); | ||
* | ||
@@ -221,0 +221,0 @@ * //=multiPoly |
{ | ||
"name": "@turf/helpers", | ||
"version": "3.7.3", | ||
"version": "3.7.5", | ||
"description": "turf geometries", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -195,3 +195,3 @@ # @turf/helpers | ||
```javascript | ||
var multiPoly = turf.multiPolygon([[[[0,0],[0,10],[10,10],[10,0],[0,0]]]); | ||
var multiPoly = turf.multiPolygon([[[[0,0],[0,10],[10,10],[10,0],[0,0]]]]); | ||
@@ -198,0 +198,0 @@ //=multiPoly |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
33160