Version: v0.7.1 - Beta.  We welcome contributors & feedback.

Object.isFunction

isFunction() -> boolean

Description

Returns true if the variable is a Function.

$myFun = fn { return 123 }

$myFun.isFunction()
//= true

See Also