uber / h3-js

h3-js provides a JavaScript version of H3, a hexagon-based geospatial indexing system.
https://uber.github.io/h3
Apache License 2.0
867 stars 78 forks source link

Fix type hints from H3Index to H3IndexInput #171

Closed 4nthonylin closed 1 year ago

4nthonylin commented 1 year ago

Noticed that cellToBoundary was type hinted to accept H3Index however it actually can accept H3InputIndex. Updated type hints for cellToBoundary and a few other functions I noticed that had the same problem.

coveralls commented 1 year ago

Pull Request Test Coverage Report for Build 3960695796


Totals Coverage Status
Change from base Build 3941620029: 0.0%
Covered Lines: 529
Relevant Lines: 529

💛 - Coveralls
nrabinowitz commented 1 year ago

Thanks for contributing!