Use typescript types for RBush

The `toJSON` function simply returns the `data` property.
See: https://github.com/mourner/rbush/blob/v2.0.2/index.js#L184
This commit is contained in:
Frederic Junod
2018-10-24 17:02:38 +02:00
parent 208f125158
commit 1f1951f3cc
2 changed files with 2 additions and 2 deletions

View File

@@ -42,6 +42,7 @@
"@openlayers/eslint-plugin": "^4.0.0-beta.1",
"@types/arcgis-rest-api": "^10.4.3",
"@types/geojson": "^7946.0.4",
"@types/rbush": "^2.0.2",
"@types/topojson-specification": "^1.0.0",
"buble": "^0.19.3",
"buble-loader": "^0.5.1",