stdlib
stdlib copied to clipboard
[RFC]: improve type declarations for `@stdlib/utils/map-arguments`
Description
This RFC proposes improving the TypeScript type declarations for @stdlib/utils/map-arguments. Currently, considerable type information is lost when using this function.
Ideally, we'd improve declarations for the input and callback functions and the thisArg.
Related Issues
No.
Questions
No.
Other
No.
Checklist
- [X] I have read and understood the Code of Conduct.
- [X] Searched for existing issues and pull requests.
- [X] The issue name begins with
RFC:.