Eda
Results
2
comments of
Eda
Hi, I'm working on this and I'll submit a PR (hopefully) sometime this week.
In the example you gave, the type inference for `assertPublishable` is this: ```ts Err | Err | Ok ``` Whereas `andThrough()` expects a function that returns `Result`. You can add...