export default function getWindow(n){return null==n?window:"[object Window]"!==n.toString()?(o=n.ownerDocument)&&o.defaultView||window:n;var o}