@types/geojson
Advanced tools
Comparing version 7946.0.14 to 7946.0.15
@@ -63,3 +63,6 @@ // Note: as of the RFC 7946 version of GeoJSON, Coordinate Reference Systems | ||
*/ | ||
export type GeoJSON = Geometry | Feature | FeatureCollection; | ||
export type GeoJSON<G extends Geometry | null = Geometry, P = GeoJsonProperties> = | ||
| G | ||
| Feature<G, P> | ||
| FeatureCollection<G, P>; | ||
@@ -66,0 +69,0 @@ /** |
{ | ||
"name": "@types/geojson", | ||
"version": "7946.0.14", | ||
"version": "7946.0.15", | ||
"description": "TypeScript definitions for geojson", | ||
@@ -43,4 +43,5 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/geojson", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "e753c16ee536e3e65aed04b36ad138bb5843a33ca9d9aae93a326e81b9513a9c", | ||
"typeScriptVersion": "4.6" | ||
"peerDependencies": {}, | ||
"typesPublisherContentHash": "02df8352d5727746ff9d35d4abccf719e7584d4724aa89d4293d996bed5b0469", | ||
"typeScriptVersion": "5.0" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Tue, 30 Jan 2024 21:35:45 GMT | ||
* Last updated: Fri, 06 Dec 2024 13:37:42 GMT | ||
* Dependencies: none | ||
@@ -14,0 +14,0 @@ |
8215
150