UNPKG
card-games-utils
Version:
latest (1.1.5)
1.1.5
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
Utility package for card games
github.com/mazimez/card-games-utils
mazimez/card-games-utils
card-games-utils
/
lib
/
constants
/
TeenPattiEnum.d.ts
13 lines
•
288 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
/** * different hand names in Teen Patti *
@enum
{string} */
export
declare
enum
TeenPattiHand
{ TRAIL =
"TRAIL"
, PURE_SEQUENCE =
"PURE_SEQUENCE"
, SEQUENCE =
"SEQUENCE"
, COLOR =
"COLOR"
, PAIR =
"PAIR"
, HIGH =
"HIGH"
}
//# sourceMappingURL=TeenPattiEnum.d.ts.map