pokersolver
pokersolver copied to clipboard
Update exports logic to set module.exports
Some IDEs (IntelliJ to be specific) do not recognize "setting exports inside a function" logic, updating to use module.exports fixes this issue.