Lodash.isFunction

Checks if value is classified as a Function object.

struct Lodash
nothrow @trusted @safe ref
isFunction
()
()

Return Value

Type: auto ref

- Lodash chained on (boolean): true if value is a function, else false.

Meta