UNPKG

pokie

Version:

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

9 lines (8 loc) 344 B
import { SymbolsCombinationDescribing } from "pokie"; export declare class SymbolsCombination implements SymbolsCombinationDescribing { private combination; getSymbols(reelId: number): string[]; fromMatrix(value: string[][], transposed?: boolean): this; toMatrix(transposed?: boolean): string[][]; private transposeArray; }