isFunction
Import from @varavel/vdl-plugin-sdk/utils/predicates.
Checks if value is a function.
Parameters
| Parameter | Type | Description |
|---|---|---|
value |
any |
The value to check. |
Returns
value is (args: any[]) => any
Returns true if value is a function, else false.