Seeking Equivalent of Option.liftThrowable for Either
Hi, anyone knows if there is a Option.liftThrowable equivalent for Either?
I'd like to do something like this:
I'd like to do something like this:
const results = partitionMap(resources, liftThrowable(mapResource))