UNPKG

rc-util

Version:
7 lines (6 loc) 110 B
export default function contains(root, n) { if (!root) { return false; } return root.contains(n); }