pelias / polygon-lookup

Fast point-in-polygon intersection for large numbers of polygons.
72 stars 17 forks source link

support for typescript? #40

Closed lidaof closed 5 years ago

lidaof commented 5 years ago

Hi Dear author,

is it possible to make this package work with typescript? thanks.

orangejulius commented 5 years ago

Hi @lidaof, As far as I know, all Javascript is valid Typescript, so no extra work should be needed for you, to use this code, right?

If you're asking if we'll add a Typescript Declarations file, the answer is probably no. The core team doesn't have any experience with Typescript and probably won't start using it any time soon. Therefore we'd be unable to review or update that file over time.

lidaof commented 5 years ago

i see, thank you @orangejulius