typescript-functional-extensions
typescript-functional-extensions copied to clipboard
.mapError doesnt work with async
ResultAsync.from(yourpromise).mapError(e => {}) map error is not being invoked when promise is throwing.