UNPKG
is-dom
Version:
latest (1.1.0)
1.1.0
1.0.9
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Check if the given object is a dom node
github.com/npm-dom/is-dom
npm-dom/is-dom
is-dom
/
.travis.yml
10 lines
(9 loc)
•
156 B
YAML
View Raw
1
2
3
4
5
6
7
8
9
10
node_js:
-
"8"
-
"10"
-
"12"
-
"node"
sudo:
false
language:
node_js
script:
"npm run test"
after_success:
"npm i -g codecov && npm run coverage && codecov"