the-dr-lazy / deox

Functional Type-safe Flux Standard Utilities
https://deox.js.org
MIT License
206 stars 12 forks source link

Infer the return type of reducer from the return type of handlers #79

Closed the-dr-lazy closed 5 years ago

the-dr-lazy commented 5 years ago

This PR resolves #55.

codecov[bot] commented 5 years ago

Codecov Report

Merging #79 into next will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@         Coverage Diff         @@
##           next    #79   +/-   ##
===================================
  Coverage   100%   100%           
===================================
  Files         9      9           
  Lines        46     46           
  Branches      9      9           
===================================
  Hits         46     46
Impacted Files Coverage Δ
src/create-handler-map.ts 100% <ø> (ø) :arrow_up:
src/create-reducer.ts 100% <100%> (ø) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 642909d...55d85ed. Read the comment docs.