Module

utils/dom/iscomment

@ckeditor/ckeditor5-utils/src/dom/iscomment

module

Filtering

Functions

  • isComment( obj ) → obj is Comment

    Checks whether the object is a native DOM Comment node.

    Parameters

    obj : any

    Returns

    obj is Comment