mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-21 08:59:07 +00:00
6 lines
256 B
JavaScript
6 lines
256 B
JavaScript
![]() |
/** PURE_IMPORTS_START ._root,._MapPolyfill PURE_IMPORTS_END */
|
||
|
import { root } from './root';
|
||
|
import { MapPolyfill } from './MapPolyfill';
|
||
|
export var Map = root.Map || /*@__PURE__*/ (function () { return MapPolyfill; })();
|
||
|
//# sourceMappingURL=Map.js.map
|