Function: getGlobalDocumentBodyElement()
function getGlobalDocumentBodyElement(): Element | null;
Defined in: src/utils/dom/queryGlobalDocumentSelector.ts:55
Safely reads globalThis.document.body.
Returnsโ
Element | null
function getGlobalDocumentBodyElement(): Element | null;
Defined in: src/utils/dom/queryGlobalDocumentSelector.ts:55
Safely reads globalThis.document.body.
Element | null