Appearance
Function to check the type of value if it's function.
function isFunction(value: unknown): boolean
Checks if value is classified as a function.
value: unknown
boolean
true if value is a function, otherwise false.
true
false