@types/topojson-specification
Advanced tools
Comparing version
@@ -22,3 +22,3 @@ // Type definitions for non-npm package topojson-specification 1.0 | ||
type: "Topology" | GeoJSON.GeoJsonGeometryTypes | null; | ||
bbox?: GeoJSON.BBox; | ||
bbox?: GeoJSON.BBox | undefined; | ||
} | ||
@@ -31,3 +31,3 @@ | ||
arcs: Arc[]; | ||
transform?: Transform; | ||
transform?: Transform | undefined; | ||
} | ||
@@ -60,4 +60,4 @@ | ||
type: GeoJSON.GeoJsonGeometryTypes | null; | ||
id?: number | string; | ||
properties?: P; | ||
id?: number | string | undefined; | ||
properties?: P | undefined; | ||
} | ||
@@ -64,0 +64,0 @@ |
{ | ||
"name": "@types/topojson-specification", | ||
"version": "1.0.1", | ||
"description": "TypeScript definitions for non-npm package topojson-specification", | ||
"version": "1.0.2", | ||
"description": "TypeScript definitions for topojson-specification", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/topojson-specification", | ||
"license": "MIT", | ||
@@ -14,6 +15,7 @@ "contributors": [ | ||
"main": "", | ||
"types": "index", | ||
"types": "index.d.ts", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git" | ||
"url": "https://github.com/DefinitelyTyped/DefinitelyTyped.git", | ||
"directory": "types/topojson-specification" | ||
}, | ||
@@ -24,4 +26,4 @@ "scripts": {}, | ||
}, | ||
"typesPublisherContentHash": "f41fa5ac65908939b11ef83ed799f7beb7f3e991b8d5de784566a63f5e4c626a", | ||
"typeScriptVersion": "2.3" | ||
"typesPublisherContentHash": "d4d9e6b99e43956e58e03766d33b67f41b32a4c3f7131661acc6497fc349b86d", | ||
"typeScriptVersion": "3.6" | ||
} |
@@ -5,13 +5,13 @@ # Installation | ||
# Summary | ||
This package contains type definitions for non-npm package topojson-specification ( https://github.com/topojson/topojson-specification ). | ||
This package contains type definitions for topojson-specification (https://github.com/topojson/topojson-specification). | ||
# Details | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/topojson-specification | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/topojson-specification. | ||
Additional Details | ||
* Last updated: Thu, 14 Feb 2019 16:52:12 GMT | ||
* Dependencies: @types/geojson | ||
* Global values: TopoJSON | ||
### Additional Details | ||
* Last updated: Fri, 02 Jul 2021 19:37:14 GMT | ||
* Dependencies: [@types/geojson](https://npmjs.com/package/@types/geojson) | ||
* Global values: `TopoJSON` | ||
# Credits | ||
These definitions were written by denisname <https://github.com/denisname>. | ||
These definitions were written by [denisname](https://github.com/denisname). |
Sorry, the diff of this file is not supported yet
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
5877
3.4%0
-100%