▲ | genkoph 3 days ago | |||||||||||||
I built an alternative to the Typescript package "neverthrow" called "no-exceptions" I found neverthrow's api to be not very ergonomic so I built my own little version. | ||||||||||||||
▲ | epolanski 3 days ago | parent [-] | |||||||||||||
Serious question, not dismissing any of your work but why implement it yourself when there's plenty of such implementations in TS land already. fp-ts has an Either type e.g. but there's plenty of such libraries. | ||||||||||||||
|