Rename is.domElement() to is.htmlElement() (#196)

This commit is contained in:
Bjorn Stromberg 2023-08-10 22:06:46 +08:00 committed by GitHub
parent ee79af32b6
commit bcec30d735
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 32 additions and 26 deletions

View file

@ -476,7 +476,7 @@ Check if `value` (number) is in the range of `0` to `upperBound`.
is.inRange(3, 10);
```
##### .domElement(value)
##### .htmlElement(value)
Returns `true` if `value` is an [HTMLElement](https://developer.mozilla.org/en-US/docs/Web/API/HTMLElement).