UNPKG

@xpressit/winning-poker-hand-rank

Version:
3 lines (2 loc) 136 B
import { Combination, GameType } from './types'; export declare const toCombination: (gameType: GameType, rank: number) => Combination;