UNPKG

overscroll

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