UNPKG

deck-of-cards-ts

Version:

Deck of cards package with TypeScript types.

5 lines (4 loc) 102 B
import Deck from './deck'; export * from './types'; export * from './constants'; export default Deck;