Skip to content

xdash API Reference v0.5.14


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

Released under the MIT License.