UNPKG

@idealic/poker-engine

Version:

Poker game engine and hand evaluator

8 lines (6 loc) 211 B
import { parseHand } from './parse'; import { stringifyPokerstarsHand } from './stringify'; export namespace Pokerstars { export const parse = parseHand; export const stringify = stringifyPokerstarsHand; }