UNPKG

@gamepark/rules-api

Version:

API to implement the rules of a board game

4 lines (3 loc) 93 B
export interface GameSetup<Game = any, Options = any> { setup(options: Options): Game; }