UNPKG

ui

Version:

platform agnostic ui models

4 lines 166 B
module.exports = function getWindowOf(element) { var doc = (element.ownerDocument || element) return ('defaultView' in doc ? doc.defaultView : doc.parentWindow) }