@echecs/tournament - v2.1.1
    Preparing search index...

    Type Alias PairingSystem

    PairingSystem: (players: Player[], games: Game[][]) => PairingResult

    A function that generates pairings for a round given the player list and game history. All pairing functions in @echecs/swiss and @echecs/round-robin conform to this signature.

    Type Declaration