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

    Returns

    Whether value1 is less than value2

    Parameters

    • value1: any

      First value

    • value2: any

      Second value

    Returns boolean