UNPKG

mobility-toolbox-js

Version:

Toolbox for JavaScript applications in the domains of mobility and logistics.

10 lines (9 loc) 236 B
export * as ol from "./ol"; export * as maplibre from "./maplibre"; declare namespace _default { export { ol }; export { maplibre }; } export default _default; import * as ol from './ol'; import * as maplibre from './maplibre';