UNPKG
poker-odds-calc-test
Version:
latest (0.0.19)
0.0.19
0.0.17
0.0.16
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
Test npm publish
github.com/surbhitrao/poker-odds-omaha5
surbhitrao/poker-odds-omaha5
poker-odds-calc-test
/
dts
/
lib
/
HandValue
/
Straight.d.ts
6 lines
(5 loc)
•
243 B
TypeScript
View Raw
1
2
3
4
5
6
import
Card
from
"../Card"
;
import
Game
from
"../Game"
;
export
default
function
Straight
(
game: Game, cards:
Array
<Card>, suits: { [key: string]:
Array
<Card>; }, num_groups:
Array
<
Array
<Card>>, player_cards:
Array
<Card>
):
Array
<
Card
>;