Skip to content

Commit

Permalink
reduxjs#2979 Add strict type inference overload for combineReducers. (r…
Browse files Browse the repository at this point in the history
…eduxjs#3484)

* Add type overload for combineReducers which strictly infers state shape and actions from the reducers object map.

* Fixed some typos.

* Please don't change version numbers in a PR

* Typescript 2.8 default type fixes.


Former-commit-id: 51cd6bf
Former-commit-id: d0cc421
  • Loading branch information
Shakeskeyboarde authored and timdorr committed Aug 10, 2019
1 parent 1bb9c99 commit 676ebe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.d.ts.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
c1a16080bf4ff5e13b371c76f9a8244038ce4578
c9c5a57d757e5b58e699c9b8ec15a14e5843521f
2 changes: 1 addition & 1 deletion test/typescript/reducers.ts.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
29376714f3f487d076240fa715ab144bee3576eb
5a109eeecee5610220b77259d3b0ee175d8dbd74

0 comments on commit 676ebe2

Please sign in to comment.