Home > @jsplumbtoolkit/browser-ui > isFunction
isFunction() function
Returns whether or not the given value is of type Function
Signature:
export declare function isFunction(o: any): o is Function;
Parameters
Parameter | Type | Description |
---|---|---|
o | any |
Returns:
o is Function