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
/
Interfaces.d.ts
3 lines
(2 loc)
•
122 B
TypeScript
View Raw
1
2
3
export
declare
type
Games
=
"texas_holdem"
|
"sixplus_holdem"
|
"omaha"
;
export
declare
const
AvailableGames
:
string
[];