Skip to main content

Home > @jsplumb/util > 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