2 lines
122 B
JavaScript
2 lines
122 B
JavaScript
|
|
export default (thing => !!(thing && thing.Window) && thing instanceof thing.Window);
|
||
|
|
//# sourceMappingURL=isWindow.js.map
|