import{isElement}from"./instanceOf.js";export default function getDocumentElement(e){return((isElement(e)?e.ownerDocument:e.document)||window.document).documentElement}