Thanks for your interest in contributing!
- Fork the repository
- Create a new branch for your feature or fix
- Write clear, focused commits
- Ensure tests pass with
npm test - Open a pull request with a clear description
- Follow TypeScript best practices
- Keep the library lightweight and dependency-free
- Favor explicit and predictable logic
We use Vitest. Run all tests with:
npm test