UNPKG

mapbox-gl

Version:
7 lines (5 loc) 237 B
// @flow /* eslint-env browser */ import type {Window} from '../../types/window.js'; // shim window for the case of requiring the browser bundle in Node export default typeof self !== 'undefined' ? (self: Window) : (({}: any): Window);