UNPKG

96 BJavaScriptView Raw
1export default function ownerDocument(node) {
2 return node && node.ownerDocument || document;
3}
\No newline at end of file