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