UNPKG

pokie

Version:

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

7 lines (5 loc) 262 B
import {GameSessionConfigRepresenting, VideoSlotConfigDescribing, VideoSlotConfigSetting} from "pokie"; export interface VideoSlotConfigRepresenting extends GameSessionConfigRepresenting, VideoSlotConfigDescribing, VideoSlotConfigSetting {}