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
860 stars 78 forks source link

Add Flow type definitions #22

Open nrabinowitz opened 6 years ago

nrabinowitz commented 6 years ago

Need to research best practices here - could export from the lib, or add directly to the flow-typed repo.

bsr203 commented 5 years ago

typescript too please :-)

nrabinowitz commented 4 years ago

Now that we have TypeScript generated from JSDocs, we might be able to get Flow for free via https://github.com/joarwilk/flowgen

JSDocs > TS > Flow... What could possibly go wrong? :)