Skip to main content

Home > @jsplumb/browser-ui > isNodeList

isNodeList() function#

Signature:

export declare function isNodeList(el: any): el is NodeListOf<Element>;

Parameters#

ParameterTypeDescription
elany

Returns:

el is NodeListOf<Element>