@types/geojson-validation
Advanced tools
Comparing version
export interface GeoJSONValidator { | ||
(geoJSONObject: unknown, trace?: boolean | undefined): string[]; | ||
(geoJSONObject: unknown, trace?: false | undefined): boolean; | ||
(geoJSONObject: unknown, trace: true): string[]; | ||
} | ||
@@ -4,0 +5,0 @@ |
{ | ||
"name": "@types/geojson-validation", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "TypeScript definitions for geojson-validation", | ||
@@ -23,4 +23,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/geojson-validation", | ||
"dependencies": {}, | ||
"typesPublisherContentHash": "b0cc17ab80a3021b0785a0ded37770680d4b5e5bf3ba7b79076318a64601aa94", | ||
"typeScriptVersion": "4.5" | ||
"typesPublisherContentHash": "7aa4456f4d9c13a6e0350599058a2b6748317dd22242552b851609c26382b99b", | ||
"typeScriptVersion": "4.6" | ||
} |
@@ -12,3 +12,4 @@ # Installation | ||
export interface GeoJSONValidator { | ||
(geoJSONObject: unknown, trace?: boolean | undefined): string[]; | ||
(geoJSONObject: unknown, trace?: false | undefined): boolean; | ||
(geoJSONObject: unknown, trace: true): string[]; | ||
} | ||
@@ -57,3 +58,3 @@ | ||
### Additional Details | ||
* Last updated: Tue, 07 Nov 2023 03:09:37 GMT | ||
* Last updated: Fri, 23 Feb 2024 18:07:25 GMT | ||
* Dependencies: none | ||
@@ -60,0 +61,0 @@ |
5862
1.74%39
2.63%62
1.64%