@mapbox/react-map-gl
Version:
A React wrapper for MapboxGL-js and overlay API.
6 lines • 342 B
JavaScript
/* global window, global, document */
const window_ = typeof window !== 'undefined' ? window : global;
const global_ = typeof global !== 'undefined' ? global : window;
const document_ = typeof document !== 'undefined' ? document : {};
export { window_ as window, global_ as global, document_ as document };
//# sourceMappingURL=globals.js.map