src code

class method Object.isFunction

Object.isFunction(object) → Boolean
  • object (Object) – The object to test.

Returns true if object is of type function; false otherwise.