All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.src.util.browser.window.js Maven / Gradle / Ivy

The newest version!
// @flow
/* eslint-env browser */
import type {Window} from '../../types/window';

// shim window for the case of requiring the browser bundle in Node
export default typeof self !== 'undefined' ? (self: Window) : (({}: any): Window);




© 2015 - 2024 Weber Informatics LLC | Privacy Policy