index
:
mccarthyism
master
A subversive card game
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
src
/
Suit.ts
blob: c71fc6c97811d9109802fcb1ce12d26a721f063e (
plain
)
1
2
3
4
5
6
7
8
enum Suit { Diamonds, Hearts, Clubs, Spades } export default Suit;