• Parse a displayed rank value (e.g. '1st') to its numerical value.

    Parameters

    • text: null | string

      The displayed rank.

    Returns number | "DNQ"

    The numerical value of the rank, or DNQ.

Generated using TypeDoc