UNPKG

mobility-toolbox-js

Version:

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

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