@globalfishingwatch/react-map-gl
Version:
A React wrapper for MapboxGL-js and overlay API.
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