Function getMatchStatus

  • Returns the status of a match based on the opponents of a match.

    Parameters

    • opponents: Duel

      The opponents of a match.

    Returns Status

  • Returns the status of a match based on the results of a match.

    Parameters

    • match: Omit<MatchResults, "status">

      Partial match results.

    Returns Status

Generated using TypeDoc