UNPKG

poker-evaluator

Version:

A library to evaluate 3, 5, 6 or 7 card poker hands

4 lines (3 loc) 112 B
export * from './deck.interface'; export * from './evaluated-hand.interface'; export * from './hand-name.type';