Skip to content

brunoscopelliti/poker-deck

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

@botpoker/cards

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 cards = require("@botpoker/cards");
const gameCards = Array.from(cards);
// gameCards is not frozen

About

Basic french deck of poker cards.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published