is-descendant Checks if an HTML element is descendant of another Install npm install is-descendant Usage var isDescendant = require('is-descendant'); isDescendant(parent, children); // bool License MIT