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

Remove all `any`s #12

Closed tp closed 5 years ago

tp commented 5 years ago

As the main point of this library is adding type-safety, we should strive to remove all any from the code (or document the cases where it's not possible due to a TypeScript limitation).