UNPKG

jquery

Version:

JavaScript library for DOM operations

4 lines (3 loc) 79 B
export function isWindow( obj ) { return obj != null && obj === obj.window; }