MCPcopy
hub / github.com/civiccc/react-waypoint / isDOMElement

Function isDOMElement

src/isDOMElement.js:8–10  ·  view source on GitHub ↗
(Component)

Source from the content-addressed store, hash-verified

6 * @return {bool} Whether the component is a DOM Element
7 */
8export default function isDOMElement(Component) {
9 return (typeof Component.type === 'string');
10}

Callers 2

renderMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…