0.0.1 • Published 9 years ago
is-descendant v0.0.1
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
0.0.1
9 years ago