dom/domIsElement
================
Tests whether an object is a valid DOM or React element.

```js
function domIsElement(element: object): bool
```

### Args

**element:object**  
The object to test.


### Returns
A boolean value indicating whether the object is an element.
