gajus / redux-immutable

redux-immutable is used to create an equivalent function of Redux combineReducers that works with Immutable.js state.
Other
1.88k stars 82 forks source link

Add typescript definition #76

Closed SevenOutman closed 4 years ago

gajus commented 4 years ago

Please use definitely typed.

SevenOutman commented 4 years ago

@gajus I made this PR just because @types/redux-immutable is not usable. combineReducers() is typed incorrectly, and my PR to that package failed the CI test because redux failed linting. The PR won't pass until redux, who ships with its own d.ts files, fixes its code for DefinitelyTyped tests.