UNPKG

hathora-et-labora-game

Version:

Game logic reducer for Uwe Rosenberg's Ora et Labora

3 lines (2 loc) 106 B
import { GameState } from '.'; export declare const spiel: (xs: readonly any[]) => GameState | undefined;