goldfire / pokersolver

Javascript poker hand solver.
MIT License
373 stars 93 forks source link

Remove redundant code #1

Closed smyrick closed 8 years ago

smyrick commented 8 years ago

Using ES2015 classes are created as variables.

Using a single function to export to the global scope

smyrick commented 8 years ago

The .gitignore file is from GitHub: https://github.com/github/gitignore/blob/master/Node.gitignore

goldfire commented 8 years ago

Thanks!