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

Object.isFunction

isFunction() -> boolean

Description

Returns true if the variable is a Function.

$myFun = fun { return 123 }

$myFun.isFunction()
//= true

See Also