UNPKG

153 BTypeScriptView Raw
1/**
2 * Returns the owner document of a given element.
3 *
4 * @param node the element
5 */
6export default function ownerDocument(node?: Element): Document;