Namespace: isWindow

just.isWindow(object) → {boolean}

Checks if an object is the window global by checking window or some common properties of window.
Source:
core.js, line 933

Parameters:

Name Type Description
object
Any Some object.
Returns:
`true` if object is window or contains the common properties, `false` otherwise.
Type
boolean