• Checks if value is a callable function.

    Parameters

    • value: any

      The value to check.

    Returns value is (...args: any[]) => any

    Returns true if value is correctly classified, else false.