UNPKG

rc-util

Version:
14 lines (11 loc) 204 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = contains; function contains(root, n) { if (!root) { return false; } return root.contains(n); }