Function getOrdinal

  • This function returns the ordinal suffix for a given number.

    Parameters

    • number: number

      The number to get the ordinal suffix for.

    Returns string

    The ordinal suffix for the given number.

Generated using TypeDoc