UNPKG

react-native-navigation-drilldown

Version:
7 lines 311 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); function isChildOf(child, parent) { return !!parent.children && parent.children.some(function (item) { return item.id === child.id || isChildOf(child, item); }); } exports.default = isChildOf; //# sourceMappingURL=isChildOf.js.map