UNPKG

tournament-pairings

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