Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 203 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 203 Bytes

PromiseEither for fp-ts

Type Promise<Either<L, A>> is rather unwieldy when you're dealing with more than one value. PromiseEither<L, A> is a lot more convenient!