UNPKG
@vlad-yakovlev/poker
Version:
latest (1.4.0)
1.4.0
1.3.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.3
1.0.2
1.0.1
1.0.0
Texas Hold'em poker library
github.com/vlad-iakovlev/poker
vlad-iakovlev/poker
@vlad-yakovlev/poker
/
dist
/
utils
/
getCardValue.d.ts
3 lines
(2 loc)
•
112 B
TypeScript
View Raw
1
2
3
import
{
CARD_VALUE
}
from
'../types/card.js'
;
export
declare
const
getCardValue
:
(
card
:
number
) =>
CARD_VALUE
;