within-element
Version:
check if an element is within the element
21 lines (20 loc) • 388 B
JSON
{
"name": "within-element",
"description": "check if an element is within the element",
"version": "0.1.0",
"keywords": [
"browser",
"dom",
"element"
],
"component": {
"scripts": {
"within-element/index.js": "index.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/component/within-element.git"
},
"license": "MIT"
}