UNPKG

card-games-typescript

Version:

Card deck and high or low game library built with TypeScript

5 lines (4 loc) 97 B
export * from './bet'; export * from './game'; export * from './hand'; export * from './player';