isWindow.d.ts 85 Bytes Edit Raw Blame History Permalink 1 export default function isWindow(node: Element | Document | Window): Window | false;