Function isFunction

  • Check if input is a function

    Parameters

    • input: unknown

      Value to check

    Returns input is ((...args) => unknown)

    true if the input is a function, false otherwise