@types/terraformer__arcgis
Advanced tools
Comparing version 2.0.2 to 2.0.3
@@ -7,6 +7,6 @@ // Type definitions for @terraformer/arcgis 2.0 | ||
import * as GeoJSON from 'geojson'; | ||
import * as ArcGIS from 'arcgis-rest-api'; | ||
import * as ArcGIS from "arcgis-rest-api"; | ||
import * as GeoJSON from "geojson"; | ||
export function arcgisToGeoJSON(arcgis: ArcGIS.Geometry, idAttribute?: string): GeoJSON.GeometryObject; | ||
export function geojsonToArcGIS(geojson: GeoJSON.GeoJSON, idAttribute?: string): ArcGIS.Geometry; |
{ | ||
"name": "@types/terraformer__arcgis", | ||
"version": "2.0.2", | ||
"version": "2.0.3", | ||
"description": "TypeScript definitions for @terraformer/arcgis", | ||
"homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/terraformer__arcgis", | ||
"license": "MIT", | ||
@@ -30,4 +31,4 @@ "contributors": [ | ||
}, | ||
"typesPublisherContentHash": "e9921f66a1e20dd830b8aa80e95c45b1ddb356cc8fe541eb819d185ea9e9be99", | ||
"typeScriptVersion": "3.7" | ||
"typesPublisherContentHash": "a1f333677e1101397b450c4be796e0da50aaca2456f1bb81500216e94e578d5e", | ||
"typeScriptVersion": "4.3" | ||
} |
@@ -9,6 +9,21 @@ # Installation | ||
Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/terraformer__arcgis. | ||
## [index.d.ts](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/terraformer__arcgis/index.d.ts) | ||
````ts | ||
// Type definitions for @terraformer/arcgis 2.0 | ||
// Project: https://github.com/terraformer-js/terraformer | ||
// Definitions by: Jeff Jacobson <https://github.com/JeffJacobson>, Gavin Rehkemper <https://github.com/gavinr> | ||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped | ||
// TypeScript Version: 3.7 | ||
import * as ArcGIS from "arcgis-rest-api"; | ||
import * as GeoJSON from "geojson"; | ||
export function arcgisToGeoJSON(arcgis: ArcGIS.Geometry, idAttribute?: string): GeoJSON.GeometryObject; | ||
export function geojsonToArcGIS(geojson: GeoJSON.GeoJSON, idAttribute?: string): ArcGIS.Geometry; | ||
```` | ||
### Additional Details | ||
* Last updated: Thu, 05 Nov 2020 08:35:12 GMT | ||
* Dependencies: [@types/geojson](https://npmjs.com/package/@types/geojson), [@types/arcgis-rest-api](https://npmjs.com/package/@types/arcgis-rest-api) | ||
* Last updated: Tue, 12 Sep 2023 12:34:35 GMT | ||
* Dependencies: [@types/arcgis-rest-api](https://npmjs.com/package/@types/arcgis-rest-api), [@types/geojson](https://npmjs.com/package/@types/geojson) | ||
* Global values: none | ||
@@ -15,0 +30,0 @@ |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
4250
0
32