• Compares two numbers or strings. Returns 1 when the 2nd one is larger, 0 when both are equal or -1 when the 2nd one is smaller

    Type Parameters

    • T extends string | number

    Parameters

    Returns CompareResult