UNPKG

@gamepark/rules-api

Version:

API to implement the rules of a board game

4 lines (3 loc) 59 B
export type WithPlayersOptions<P> = { players: P[]; };