Thanks for taking the time to improve this package.
npm install
npm run typecheck
npm test
npm run buildPlease keep changes focused and include tests for behavior changes. Small API improvements are welcome when they keep the package predictable, typed, and easy to use in both Node and browser-oriented tooling.
Before opening a pull request, run:
npm run typecheck
npm test
npm run buildWhen reporting a bug, include:
- the package version;
- the input that failed;
- the expected output;
- the actual output or diagnostic code.
Please avoid broad feature requests that would turn the package into a large framework. These utilities are intentionally small and focused.