-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(reduce): type definitions overloads for TypeScript are now in pro…
…per order (#2523) * Change order of reduce overload type definitions Returning type T takes precedence over returning type T[]. * test(reduce): add type tests for arrays Add tests for reducing T[] to T[] (e.g. concatenating arrays into one array) and for reducing T to T[] (e.g. pushing items into an array).
- Loading branch information
Showing
2 changed files
with
28 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters