Namespaces
isFunction
function isFunction(value: any): boolean;Defined in: utils/types.d.ts:27
A function that checks if something is a function.
Parameters
| Parameter | Type | Description |
|---|---|---|
value | any | The value which will be checked. Returns true if value is a function. |
Returns
boolean
- Previous
- isFontIconURI
- Next
- isMainThread