• This function returns whether the first provided value is greater than the second provided value.

    Parameters

    • value1: any

      First value

    • value2: any

      Second value

    Returns boolean

    Whether value1 is greater than value2