4 lines
161 B
JavaScript
Raw Normal View History

2019-11-26 14:50:43 -08:00
import { root } from './root';
import { MapPolyfill } from './MapPolyfill';
export const Map = root.Map || (() => MapPolyfill)();
//# sourceMappingURL=Map.js.map