• Checks if the specified value is greater than or equal to the specified other value.

    Parameters

    • value: string | number

      Value to compare.

    • other: string | number

      Other value to compare.

    Returns boolean

    true if the specified value is greater than or equal to other.