UNPKG

@xpressit/winning-poker-hand-rank

Version:
3 lines (2 loc) 122 B
import { Card } from './card'; export declare const cactusFastRankHand: (hand: [Card, Card, Card, Card, Card]) => number;