UNPKG

pokie

Version:

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

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