UNPKG
bacsim
Version:
latest (0.0.2)
0.0.2
a baccarat simulator.
github.com/zzzgit/bacsim
zzzgit/bacsim
bacsim
/
built
/
t
/
model
/
collection
/
RecycleShoe.d.ts
6 lines
(5 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
5
6
import { Hand, Shoe }
from
"cardation"
;
declare
class
RecycleShoe
extends
Shoe
{
collect
(
hand
: Hand, shouldShuffle?:
boolean
):
void
; } export
default
RecycleShoe;