UNPKG

pokie

Version:

A server-side video slot game logic framework for JavaScript and TypeScript.

5 lines (4 loc) 263 B
import { GameSessionHandling, NextSessionRoundPlayableDetermining } from "pokie"; export declare class PlayUntilAnyLosingCombinationStrategy implements NextSessionRoundPlayableDetermining { canPlayNextSimulationRound(session: GameSessionHandling): boolean; }