Function: isFunction()
Function: isFunction()
function isFunction(value): value is Function;
Check if the value is a function.
Parameters
value
unknown
The value to check.
Returns
value is Function
true
if the value is a function, otherwise false
.