| Current Path : /var/www/sitesecurity.bitkit.dk/httpdocs/node_modules/global/ |
| Current File : /var/www/sitesecurity.bitkit.dk/httpdocs/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;