documentElement re-exports document?.documentElement — the root <html> element. It is a plain value, not a function, and is undefined when there is no document (non-browser environment). Part of pota/use/dom.
documentElement
document?.documentElement
<html>
undefined
document
pota/use/dom