is-descendant
v0.0.1
Published
Checks if an element is descendant of another
Readme
is-descendant
Checks if an HTML element is descendant of another
Install
npm install is-descendantUsage
var isDescendant = require('is-descendant');
isDescendant(parent, children); // boolLicense
MIT
