DefinitelyTyped/types/recompose
Jonathan Skeate ab744a9b6f
[recompose] Make StateHandler use Partial<TState>
The state handlers in withStateHandlers do not need to return the full
state every time, since recompose will merge the states together. Their
own flow-types specify $Shape<State>, which as far as I can tell is
analogous to Partial<TState>.
2018-02-27 22:40:48 -05:00
..
index.d.ts [recompose] Make StateHandler use Partial<TState> 2018-02-27 22:40:48 -05:00
recompose-tests.tsx
tsconfig.json Remove esModuleInterop from tsconfigs (no longer mandatory) 2018-02-14 14:55:13 -08:00
tslint.json