dom/domIsReactFunctionComponent
===============================
Tests whether an object is a stateless functional component.

```js
function domIsReactFunctionComponent(component: object): bool
```

### Args

**component:object**  
The object to test.


### Returns
A boolean value indicating whether the given object is a functional component.