UNPKG

@idealic/poker-engine

Version:

Professional poker game engine and hand evaluator with built-in iterator utilities

3 lines 196 B
import type { Card, Game } from '../types'; export declare function finalizeStacks(game: Game, compare?: (cardsA: Card[], cardsB: Card[]) => number): number[]; //# sourceMappingURL=stacks.d.ts.map