is-descendant

0.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i is-descendant

Weekly Downloads

7

Version

0.0.1

License

MIT

Last publish

Collaborators

  • nescalante