xdash API Reference / isFunction
Function: isFunction()
isFunction(
value
):value is Function
Defined in: src/typed.ts:45
Determines if a value is a function.
Parameters
value
unknown
value to check
Returns
value is Function
true if the value is a function, false otherwise