what3words / w3w-node-wrapper

Node wrapper for the What3Words API
https://docs.what3words.com/api/v3/
MIT License
45 stars 10 forks source link

[mod] Update incorrect type definitions with function overloading #53

Closed c5haw closed 2 years ago

c5haw commented 2 years ago

More strongly typed definitions

Improved type definitions using function overloading to provide more concrete return types depending on parameter values.

See Issue 52