export function isNode()

in src/components/ForceGraph.js [33:35]


export function isNode(child) {
  return child.props && child.props.node;
}