UNPKG

@idealic/poker-engine

Version:

Poker game engine and hand evaluator

8 lines (6 loc) 201 B
import { parseJsonHand } from './parse'; import { stringifyJsonHand } from './stringify'; export namespace JSON { export const parse = parseJsonHand; export const stringify = stringifyJsonHand; }