@pokerland/utils
v0.3.1
Published
General Poker Utils
Readme
Developer Quick Start
API Documentation
Full API documentation is available in two formats:
- HTML (with search): Open
./dev-docs/html/index.htmlin your browser - Markdown (GitHub-friendly): Browse
./dev-docs/md/README.md - Regenerate docs: Run
pnpm run docs(generates both formats)
The documentation includes all exported types, interfaces, and functions with detailed JSDoc annotations, organized alphabetically within each category.
Sample Hand Exports
- Regenerate JSON snapshots for
finalMockPokerHand[1-20]by runningpnpm run generate:sample-hands. - The script writes prettified files to
hand-examples/sampleHand{N}.jsonand replaces any existing snapshots in that directory. - When invoked from the workspace root use
pnpm --filter @pokerland/utils run generate:sample-hands.
