export function isLink()

in src/components/ForceGraph.js [37:39]


export function isLink(child) {
  return child.props && child.props.link;
}