ownerDocument.js 96 Bytes
export default function ownerDocument(node) {
  return node && node.ownerDocument || document;
}