@types/mapbox__geo-viewport
Advanced tools
Comparing version 0.5.1 to 0.5.2
@@ -1,6 +0,1 @@ | ||
// Type definitions for @mapbox/geo-viewport 0.5 | ||
// Project: https://github.com/mapbox/geo-viewport | ||
// Definitions by: Fabio Berta <https://github.com/fnberta> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export interface GeoViewport { | ||
@@ -7,0 +2,0 @@ center: [number, number]; |
{ | ||
"name": "@types/mapbox__geo-viewport", | ||
"version": "0.5.1", | ||
"version": "0.5.2", | ||
"description": "TypeScript definitions for @mapbox/geo-viewport", | ||
@@ -10,4 +10,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/mapbox__geo-viewport", | ||
"name": "Fabio Berta", | ||
"url": "https://github.com/fnberta", | ||
"githubUsername": "fnberta" | ||
"githubUsername": "fnberta", | ||
"url": "https://github.com/fnberta" | ||
} | ||
@@ -24,4 +24,4 @@ ], | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "33d5ab7f4633d3ea3413f56404cd9e319c3b98608aba54c8b6fe1cef33038361", | ||
"typesPublisherContentHash": "8423c1f6b5a35d1c03615014e6e6100fc0b517b174799ea80429cfc67d44bc0d", | ||
"typeScriptVersion": "4.5" | ||
} |
@@ -11,7 +11,2 @@ # Installation | ||
````ts | ||
// Type definitions for @mapbox/geo-viewport 0.5 | ||
// Project: https://github.com/mapbox/geo-viewport | ||
// Definitions by: Fabio Berta <https://github.com/fnberta> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
export interface GeoViewport { | ||
@@ -44,7 +39,6 @@ center: [number, number]; | ||
### Additional Details | ||
* Last updated: Wed, 27 Sep 2023 09:42:15 GMT | ||
* Last updated: Wed, 18 Oct 2023 05:47:08 GMT | ||
* Dependencies: none | ||
* Global values: none | ||
# Credits | ||
These definitions were written by [Fabio Berta](https://github.com/fnberta). |
3715
20
43