export { isDocument } from './is-document.js'; export { isHTMLElement } from './is-html-element.js'; export { isNode } from './is-node.js'; export { isSVGElement } from './is-svg-element.js'; export { isWindow } from './is-window.js';