@types/topojson-specification
Advanced tools
Comparing version
@@ -63,7 +63,10 @@ // Type definitions for non-npm package topojson-specification 1.0 | ||
export type GeometryObject<P extends Properties = {}> = | ||
Point<P> | MultiPoint<P> | | ||
LineString<P> | MultiLineString<P> | | ||
Polygon<P> | MultiPolygon<P> | | ||
GeometryCollection<P> | | ||
NullObject; | ||
| Point<P> | ||
| MultiPoint<P> | ||
| LineString<P> | ||
| MultiLineString<P> | ||
| Polygon<P> | ||
| MultiPolygon<P> | ||
| GeometryCollection<P> | ||
| NullObject; | ||
@@ -70,0 +73,0 @@ // 2.2.1. Point |
{ | ||
"name": "@types/topojson-specification", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "TypeScript definitions for topojson-specification", | ||
@@ -25,4 +25,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/topojson-specification", | ||
}, | ||
"typesPublisherContentHash": "d4d9e6b99e43956e58e03766d33b67f41b32a4c3f7131661acc6497fc349b86d", | ||
"typeScriptVersion": "3.6" | ||
"typesPublisherContentHash": "1dba633815b56a9109a386f5b35e2517a62520960e5d90f30302275a50d40086", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -11,3 +11,3 @@ # Installation | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 19:37:14 GMT | ||
* Last updated: Tue, 12 Sep 2023 12:34:47 GMT | ||
* Dependencies: [@types/geojson](https://npmjs.com/package/@types/geojson) | ||
@@ -14,0 +14,0 @@ * Global values: `TopoJSON` |
5891
0.24%97
3.19%