blob: 46d4359a57a87a657baa8d9a3d3f5f5455bb9607 [file] [log] [blame] [edit]
export default function isWindow(node: Element | Document | Window): Window | false;