utils/dom/iscomment
module
Functions
-
isComment( obj ) → obj is Comment
module:utils/dom/iscomment~isComment
Checks whether the object is a native DOM Comment node.
Parameters
obj : any
Returns
obj is Comment