is-descendant

Checks if an element is descendant of another

Usage no npm install needed!

<script type="module">
  import isDescendant from 'https://cdn.skypack.dev/is-descendant';
</script>

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