1.1.9 • Published 3 years ago

t52 v1.1.9

Weekly downloads
-
License
CC0 1.0 Universal
Repository
github
Last release
3 years ago

t52

a tiny package designed to generate a shuffled deck of 52.

Installation

Use npm to install t52.

npm i t52

Alternitavely, you can also install t52 with yarn

yarn add t52

USAGE:

Note: if you happen to be curious, the source code is fully annotated.

const t52 = require("t52"); // requires t52 from local instance

console.log(t52()); // logs the entire generated deck

contributeing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

CC0 1.0 Universal

1.1.9

3 years ago

1.1.8

3 years ago

1.1.7

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago