UNPKG

domassist

Version:
6 lines (4 loc) 97 B
function isWindow(obj) { return obj != null && obj === obj.window; } export default isWindow;