UNPKG

pokie

Version:

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

4 lines (3 loc) 244 B
import { GameSessionConfigRepresenting, VideoSlotConfigDescribing, VideoSlotConfigSetting } from "pokie"; export interface VideoSlotConfigRepresenting extends GameSessionConfigRepresenting, VideoSlotConfigDescribing, VideoSlotConfigSetting { }