@types/wellknown
Advanced tools
Comparing version 0.5.2 to 0.5.3
@@ -37,6 +37,7 @@ // Type definitions for wellknown 0.5 | ||
| GeoJSONMultiPolygon | ||
| GeoJSONGeometryCollection | ||
| null; | ||
| GeoJSONGeometryCollection; | ||
export function parse(input: string): GeoJSONGeometry; | ||
export type GeoJSONGeometryOrNull = GeoJSONGeometry | null; | ||
export function parse(input: string): GeoJSONGeometryOrNull; | ||
export function stringify(gj: GeoJSONGeometry): string; |
{ | ||
"name": "@types/wellknown", | ||
"version": "0.5.2", | ||
"version": "0.5.3", | ||
"description": "TypeScript definitions for wellknown", | ||
@@ -28,4 +28,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/wellknown", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "08ed3fee8f95436b343ed3dff58b9444fd9d8c975de5864f047062e2e726d381", | ||
"typesPublisherContentHash": "09d737b49725fb640ecff0e478161443c9b9af030b4179694fc2220946393667", | ||
"typeScriptVersion": "3.9" | ||
} |
@@ -47,6 +47,7 @@ # Installation | ||
| GeoJSONMultiPolygon | ||
| GeoJSONGeometryCollection | ||
| null; | ||
| GeoJSONGeometryCollection; | ||
export function parse(input: string): GeoJSONGeometry; | ||
export type GeoJSONGeometryOrNull = GeoJSONGeometry | null; | ||
export function parse(input: string): GeoJSONGeometryOrNull; | ||
export function stringify(gj: GeoJSONGeometry): string; | ||
@@ -57,3 +58,3 @@ | ||
### Additional Details | ||
* Last updated: Wed, 20 Apr 2022 19:01:26 GMT | ||
* Last updated: Mon, 16 May 2022 21:31:44 GMT | ||
* Dependencies: none | ||
@@ -60,0 +61,0 @@ * Global values: none |
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
5560
63