jperelli / osm-static-maps

Openstreetmap static maps is a nodejs lib, CLI and server open source inspired on google static map service
http://osm-static-maps.herokuapp.com/
GNU General Public License v2.0
160 stars 52 forks source link

Top-level declarations in .d.ts files #29

Closed skde closed 3 years ago

skde commented 3 years ago

node_modules/osm-static-maps/src/lib.d.ts:141:1 - error TS1046: Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier. function _default<T extends OsmStaticMapsOptions>( This change helps: https://github.com/jperelli/osm-static-maps/pull/30

jperelli commented 3 years ago

thanks, merged!