hathora-et-labora-game
Version:
Game logic reducer for Uwe Rosenberg's Ora et Labora
4 lines (3 loc) • 307 B
TypeScript
import { GameState } from '../types';
export declare const houseOfTheBrotherhood: (param1?: string, param2?: string) => (state: GameState | undefined) => GameState | undefined;
export declare const complete: import("ts-toolbelt/out/Function/Curry").Curry<(partial: string[], state: GameState) => string[]>;