Your IP : 216.73.216.79


Current Path : /var/www/html/node_modules/global/
Upload File :
Current File : /var/www/html/node_modules/global/window.js

var win;

if (typeof window !== "undefined") {
    win = window;
} else if (typeof global !== "undefined") {
    win = global;
} else if (typeof self !== "undefined"){
    win = self;
} else {
    win = {};
}

module.exports = win;