UNPKG
poker-evaluator
Version:
latest (2.1.1)
2.1.1
2.1.0
2.0.5
2.0.4
2.0.3
0.3.1
0.3.0
0.2.0
0.0.4
0.0.3
0.0.2
0.0.1
A library to evaluate 3, 5, 6 or 7 card poker hands
github.com/Sukhmai/poker-evaluator
poker-evaluator
/
lib
/
constants
/
hand-types.const.d.ts
3 lines
(2 loc)
•
82 B
TypeScript
View Raw
1
2
3
import
{
HandName
}
from
'../types'
;
export
declare
const
HAND_TYPES
:
HandName
[];