tp / tsaga

Typesafe and lightweight way to write Redux-connected functions with asynchronous side-effects that are easily testable.
Apache License 2.0
8 stars 1 forks source link

Clean up exports #38

Closed tp closed 5 years ago

tp commented 5 years ago

Ensure all external API is properly export (latest example being dispatches), such that consumers don't have to import from nested folders inside the module.

HenriBeck commented 5 years ago

I think we can close this as this was done in #57