1.0.2 • Published 5 years ago

poker-deck v1.0.2

Weekly downloads
9
License
MIT
Repository
github
Last release
5 years ago

poker-deck

Basic french deck of poker cards.

The module exports an array of objects with rank, and type card's properties.

Note that the array was frozen using Object.freeze method. It can be used in the following way:

const deck = require("poker-deck");
const gameDeck = Array.from(deck);
// gameDeck is not frozen
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

9 years ago