UNPKG

overscroll

Version:
8 lines (6 loc) 203 B
import is from 'whatitis'; import getDocument from './getDocument'; export default function getWindow(dom) { var doc = is.Document(dom) ? dom : getDocument(dom); return doc.defaultView || window; }