geolib
geolib copied to clipboard
Add GeolibBounds type
I noticed that the getBounds function accepts any[]
and returns any
according to current definitions. This pull request tightens up that definition to make it more type-safe.