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
/
types
/
index.d.ts
4 lines
(3 loc)
•
112 B
TypeScript
View Raw
1
2
3
4
export
*
from
'./deck.interface'
;
export
*
from
'./evaluated-hand.interface'
;
export
*
from
'./hand-name.type'
;