diegohaz / redux-saga-thunk

Dispatching an action handled by redux-saga returns promise
MIT License
221 stars 17 forks source link

Added Typescript type declarations #19

Closed Tauka closed 6 years ago

Tauka commented 6 years ago

middleware and reducer has type any, since they do not expose any API

codecov-io commented 6 years ago

Codecov Report

Merging #19 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff          @@
##           master    #19   +/-   ##
=====================================
  Coverage     100%   100%           
=====================================
  Files           4      4           
  Lines          80     80           
  Branches       25     25           
=====================================
  Hits           80     80

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 295d24a...a28b7ba. Read the comment docs.

diegohaz commented 6 years ago

Thank you, @Tauka 😊