UNPKG

card-games-typescript

Version:

Card deck and high or low game library built with TypeScript

4 lines (3 loc) 73 B
export * from './Deck'; export * from './Card'; export * from './Games';