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
/
dist
/
lib
/
Interfaces.js
5 lines
(4 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
"use strict"
;
Object
.
defineProperty
(
exports
,
"__esModule"
, {
value
:
true
});
exports
.
AvailableGames
=
void
0
;
exports
.
AvailableGames
= [
"texas_holdem"
,
"sixplus_holdem"
,
"omaha"
];