seangwright / typescript-functional-extensions

A TypeScript implementation of the C# library CSharpFunctionalExtensions, including synchronous and asynchronous Maybe and Result monads.
MIT License
33 stars 4 forks source link

Feature: Result.tapEither/Async #19

Closed seangwright closed 1 year ago

seangwright commented 1 year ago

These can be useful for logging calls or setting a loading state on/off independent of whether or not the operation succeeded or failed.