UNPKG

tournament-pairings

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