@turf/meta
Advanced tools
Comparing version 3.10.0 to 3.10.4
@@ -22,3 +22,3 @@ /// <reference types="geojson" /> | ||
/** | ||
* http://turfjs.org/docs/#coordEach | ||
* http://turfjs.org/docs/#coordeach | ||
*/ | ||
@@ -31,3 +31,3 @@ coordEach(layer: Points | Point | MultiPoint | MultiPoints, callback: (coords: Array<number>) => void, excludeWrapCoord?: boolean): void; | ||
/** | ||
* http://turfjs.org/docs/#coordEach | ||
* http://turfjs.org/docs/#coordeach | ||
*/ | ||
@@ -40,3 +40,3 @@ coordReduce(layer: Points | Point | MultiPoint | MultiPoints, callback: (memo: any, coords: Array<number>) => void, memo: any, excludeWrapCoord?: boolean): any; | ||
/** | ||
* http://turfjs.org/docs/#propEach | ||
* http://turfjs.org/docs/#propeach | ||
*/ | ||
@@ -46,4 +46,9 @@ propEach(layer: Feature | Features, callback: (properties: any) => void): void; | ||
/** | ||
* http://turfjs.org/docs/#featureEach | ||
* http://turfjs.org/docs/#propreduce | ||
*/ | ||
propReduce(layer: Feature | Features, callback: (prev: any, props: any) => any, memo: any): any; | ||
/** | ||
* http://turfjs.org/docs/#featureeach | ||
*/ | ||
featureEach(layer: Point | Points, callback: (feature: Point) => void): void; | ||
@@ -58,3 +63,3 @@ featureEach(layer: LineString | LineStrings, callback: (feature: LineString) => void): void; | ||
/** | ||
* http://turfjs.org/docs/#coordAll | ||
* http://turfjs.org/docs/#coordall | ||
*/ | ||
@@ -64,3 +69,3 @@ coordAll(layer: Feature | Features | GeometryCollection | GeometryObject): Array<Array<number>> | ||
/** | ||
* http://turfjs.org/docs/#geomEach | ||
* http://turfjs.org/docs/#geomeach | ||
*/ | ||
@@ -67,0 +72,0 @@ geomEach(layer: Point | Points, callback: (geom: GeoJSON.Point) => void): void; |
{ | ||
"name": "@turf/meta", | ||
"version": "3.10.0", | ||
"version": "3.10.4", | ||
"description": "meta and functional programming helpers for turf modules", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
27308
504