@goongmaps/goong-map-react
Version:
A fork of react-map-gl. React components for Goong JS
5 lines • 298 B
JavaScript
var window_ = typeof window !== 'undefined' ? window : global;
var global_ = typeof global !== 'undefined' ? global : window;
var document_ = typeof document !== 'undefined' ? document : {};
export { window_ as window, global_ as global, document_ as document };
//# sourceMappingURL=globals.js.map