Function isFunction

check if the given f is a Function

  • Parameters

    • f: any

      the object that you want to check

    Returns boolean

    true if f is a Function, false in other cases