is-descendant
v0.0.1
Published
Checks if an element is descendant of another
Downloads
14
Readme
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