Files
Manmics/mangashelf-server/node_modules/@honeo/check/_is/is-element.mjs
T
2025-10-10 18:00:07 -04:00

9 lines
109 B
JavaScript

/*
comment
*/
function isElement(arg){
return arg instanceof Element;
}
export default isElement;