UNPKG

@idealic/poker-engine

Version:

Poker game engine and hand evaluator

6 lines (4 loc) 133 B
import type * as Poker from '../..'; export function stringifyJsonHand(hand: Poker.Hand): string { return JSON.stringify(hand); }