UNPKG

poker-evaluator

Version:

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

5 lines (4 loc) 126 B
export default class ThreeCardConverter { static fillHand(cards: string[]): string[]; private static makesStraight; }