Function isWinnerBracket

  • Checks if a group is a winner bracket.

    It's not always the opposite of inLoserBracket(): it could be the only bracket of a single elimination stage.

    Parameters

    • stageType: StageType

      Type of the stage.

    • groupNumber: number

      Number of the group.

    Returns boolean

Generated using TypeDoc