AniwatchPlus/utils/helpers.js

3 lines
No EOL
76 B
JavaScript

function isHtmlElement(object) {
return object instanceof HTMLElement;
}