UNPKG

pokie

Version:

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

7 lines (5 loc) 255 B
import {GameSessionHandling, VideoSlotConfigDescribing, VideoSlotRoundStateDetermining} from "pokie"; export interface VideoSlotSessionHandling extends VideoSlotConfigDescribing, GameSessionHandling, VideoSlotRoundStateDetermining {}