stdlib
stdlib copied to clipboard
feat: update `math/tools` TypeScript declarations
This PR updates TypeScript declarations for the @stdlib/math/tools namespace.
Reviewer Checklist
- [ ] Check the scope of the changes (following Conventional Commits):
- Are these new APIs? Then this is a
feat. - Are these changes to existing APIs that could break compatibility? Then this is a
feat!(i.e., a breaking change). - Are these only documentation changes to existing APIs? Then this is
docs.
- Are these new APIs? Then this is a
- [ ] Update the PR title to align with the change type (
feat,feat!, ordocs). - [ ] Approve the PR once you are confident about the classification and changes made.
Coverage Report
| Package | Statements | Branches | Functions | Lines |
|---|---|---|---|---|
| math/tools | $\color{red}289/451$ $\color{green}+64.08%$ |
$\color{green}4/4$ $\color{green}+100.00%$ |
$\color{red}0/2$ $\color{green}+0.00%$ |
$\color{red}289/451$ $\color{green}+64.08%$ |
The above coverage report was generated for the changes in this PR.