File size: 99 Bytes
c211499
 
 
 
 
1
2
3
4
5
6
export { intersectNode };

function intersectNode(node, point) {
  return node.intersect(point);
}