UNPKG

@gamepark/rules-api

Version:

API to implement the rules of a board game

3 lines (2 loc) 168 B
import { Rules } from '../Rules'; export declare const rankPlayers: <PlayerId = any>(rules: Rules<any, any, PlayerId>, playerA: PlayerId, playerB: PlayerId) => number;