(Component)
| 6 | * @return {bool} Whether the component is a DOM Element |
| 7 | */ |
| 8 | export default function isDOMElement(Component) { |
| 9 | return (typeof Component.type === 'string'); |
| 10 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…