MCPcopy Create free account
hub / github.com/ctrlplusb/react-tree-walker / isReactElement

Function isReactElement

src/index.js:71–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69const getProps = element => element.props || element.attributes
70
71const isReactElement = element => !!getType(element)
72
73const isClassComponent = Comp =>
74 Comp.prototype &&

Callers 1

recursiveFunction · 0.85

Calls 1

getTypeFunction · 0.85

Tested by

no test coverage detected