UNPKG

croupier

Version:

A library written in Typescript to create and handle a deck of playing cards

4 lines (3 loc) 120 B
export { default as Deck } from './Deck'; export * from './Hand'; export { default as Card, Rank, Suit } from './Card';