UNPKG

overscroll

Version:
6 lines (4 loc) 130 B
import is from 'whatitis'; export default function getDocument(dom) { return is.Element(dom) ? dom.ownerDocument : document; }