@echecs/tournament - v3.3.0
    Preparing search index...

    Type Alias PairingSystem

    PairingSystem: (
        players: Player[],
        rounds: CompletedRound[],
        options?: PairingOptions,
    ) => Pairings

    A function that generates pairings for a round given the player list and completed rounds.

    Type Declaration