Skip to content
This repository has been archived by the owner on Jan 31, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 274 Bytes

dom_is_element.md

File metadata and controls

16 lines (11 loc) · 274 Bytes

dom/domIsElement

Tests whether an object is a valid DOM or React element.

function domIsElement(element: object): bool

Args

element:object
The object to test.

Returns

A boolean value indicating whether the object is an element.