gigobyte / purify

Functional programming library for TypeScript - https://gigobyte.github.io/purify/
ISC License
1.52k stars 59 forks source link

Add EitherAsync.encase method #661

Closed tulsidas closed 1 year ago

tulsidas commented 1 year ago

Similar to Either.encase but async version, useful when interacting with 3rd party libraries that return plain promises

gigobyte commented 1 year ago

That's already what fromPromise and the EitherAsync constructor does.