Module

utils/dom/isnode

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

module

Filtering

Functions

  • isNode( obj ) → obj is Node

    Checks if the object is a native DOM Node.

    Parameters

    obj : any

    Returns

    obj is Node