Skip to main content

Home > @jsplumbtoolkit/browser-ui > isNamedFunction

isNamedFunction() function

Returns whether or not the given value is of type Function and is a named Function.

Signature:

export declare function isNamedFunction(o: any): boolean;

Parameters

ParameterTypeDescription
oany

Returns:

boolean