Leaflet.PolylineDecorator icon indicating copy to clipboard operation
Leaflet.PolylineDecorator copied to clipboard

No default export

Open necramirez opened this issue 8 years ago • 0 comments

It's impossible to use this plugin as an importable module, because it doesn't export anything.

It really isn't a problem with plain JavaScript (just that it prevents being fully modular), but it doesn't work with TypeScript (complains with TS1192: Module '"........./node_modules/@types/leaflet-polylinedecorator/index"' has no default export.).

necramirez avatar Mar 19 '18 05:03 necramirez