UNPKG

react-selectable

Version:

Allows individual or group selection of items using the mouse.

8 lines (5 loc) 161 B
import isNodeIn from './isNodeIn'; const isNodeInRoot = (node, root) => ( isNodeIn(node, currentNode => currentNode === root) ); export default isNodeInRoot;