frontend
Preparing search index...
types/card
BlackJackPlayer
Interface BlackJackPlayer
BlackJack player (dealer or human) with chips and cards.
interface
BlackJackPlayer
{
cards
?:
Card
[]
;
chips
:
number
;
score
?:
number
;
}
Index
Properties
cards?
chips
score?
Properties
Optional
cards
cards
?:
Card
[]
chips
chips
:
number
Optional
score
score
?:
number
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
cards
chips
score
frontend
Loading...
BlackJack player (dealer or human) with chips and cards.