Checks if the given object is the window object.
isWindowObject(window); // true isWindowObject({}); // false
The object to check.
Whether the object is the window object.
Generated using TypeDoc
Checks if the given object is the window object.
isWindowObject(window); // true isWindowObject({}); // false