UNPKG

pokie

Version:

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

4 lines (2 loc) 184 B
import {SymbolsSequenceDescribing, SymbolsSequenceModifying} from "pokie"; export interface SymbolsSequenceRepresenting extends SymbolsSequenceDescribing, SymbolsSequenceModifying {}