@turf/helpers
Advanced tools
Comparing version 6.0.0 to 6.0.1
@@ -20,3 +20,3 @@ import { | ||
// TurfJS String Types | ||
export type Units = 'miles' | 'nauticalmiles' | 'degrees' | 'radians' | 'inches' | 'yards' | 'meters' | 'metres' | 'kilometers' | 'kilometres'; | ||
export type Units = 'meters' | 'millimeters' | 'centimeters' | 'kilometers' | 'miles' | 'nauticalmiles' | 'inches' | 'yards' | 'feet' | 'radians' | 'degrees' | ||
export type Grid = 'point' | 'square' | 'hex' | 'triangle'; | ||
@@ -23,0 +23,0 @@ export type Corners = 'sw' | 'se' | 'nw' | 'ne' | 'center' | 'centroid'; |
@@ -237,3 +237,4 @@ // Type definitions for geojson 7946.0 | ||
export interface FeatureCollection<G = Geometry | GeometryCollection, P = Properties> extends GeoJSONObject { | ||
type: "FeatureCollection"; | ||
features: Array<Feature<G, P>>; | ||
} |
{ | ||
"name": "@turf/helpers", | ||
"version": "6.0.0", | ||
"version": "6.0.1", | ||
"description": "turf helpers module", | ||
@@ -5,0 +5,0 @@ "main": "index", |
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
99608
1818