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
Parameter | Type | Description |
---|---|---|
o | any |
Returns:
boolean