UNPKG

@idealic/poker-engine

Version:

Poker game engine and hand evaluator

8 lines (6 loc) 233 B
import { JSON as JSONFormat } from './formats/json'; import { Pokerstars as PokerstarsFormat } from './formats/pokerstars'; export namespace Format { export const JSON = JSONFormat; export const Pokerstars = PokerstarsFormat; }