Function: isElement()
isElement(
node):node is Element
Defined in: packages/core/src/dom/index.ts:25
Checks if the node is an Element.
We rely on this function to avoid issues with instanceof.
Parameters
node
The dom node
Returns
node is Element
Whether the node is of type element or not