Home > @jsplumb/util > isNamedFunction
#
isNamedFunction() functionReturns whether or not the given value is of type Function
and is a named Function.
Signature:
export declare function isNamedFunction(o: any): boolean;
#
ParametersParameter | Type | Description |
---|---|---|
o | any |
Returns:
boolean