'use strict'; module.exports = function (obj) { if (obj == null) { return false; } var o = Object(obj); return o === o.window; };