UNPKG

pokie

Version:

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

7 lines (6 loc) 250 B
import { LinesDefinitionsDescribing } from "pokie"; export declare class LinesDefinitionsFor3x3 implements LinesDefinitionsDescribing { private readonly definitions; getLineDefinition(lineId: string): number[]; getLinesIds(): string[]; }