Add is.domElement()

This commit is contained in:
Melvin Philips 2017-10-03 13:25:58 -07:00
parent 27d15f40bd
commit b3903e8ec5
4 changed files with 22 additions and 0 deletions

View file

@ -145,6 +145,10 @@ Check if `value` (number) is in the range of `0` to `upperBound`.
is.inRange(3, 10);
```
##### .domElement(value)
Returns `true` if `value` is a domElement.
## FAQ