UNPKG

tournament-pairings

Version:
3 lines (2 loc) 152 B
import { Match } from './Match.js'; export declare function RoundRobin(players: number | string[], startingRound?: number, ordered?: boolean): Match[];