microsoft / redux-dynamic-modules

Modularize Redux by dynamically loading reducers and middlewares.
https://redux-dynamic-modules.js.org
MIT License
1.07k stars 116 forks source link

Update the Typescript to remove the any #146

Closed adammartin1981 closed 1 week ago

adammartin1981 commented 4 years ago

I wanted to get rid of the any's on the reducerMaps when I was looking to consume this as part of a project I'm working on.

(If there is anything I need to do as a pre-requisite to facilitate this PR let me know)

ghost commented 4 years ago

CLA assistant check
All CLA requirements met.

tiarebalbi commented 2 years ago

bump, could this change be consider?