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