UNPKG

pokie

Version:

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

7 lines (6 loc) 262 B
import { LinesPatternsDescribing } from "pokie"; export declare class LeftToRightLinesPatterns implements LinesPatternsDescribing { private readonly patterns; constructor(reelsNumber: number, minimumWinningSymbols?: number); toArray(): number[][]; }