Viewing File: /home/ubuntu/walnutminds-ecom-frontend-base/node_modules/dom-helpers/esm/ownerDocument.js

/**
 * Returns the owner document of a given element.
 * 
 * @param node the element
 */
export default function ownerDocument(node) {
  return node && node.ownerDocument || document;
}
Back to Directory File Manager