Package: effect Module: STM
effect
STM
Converts the failure channel into an Either.
Either
Signature
declare const either: <A, E, R>(self: STM<A, E, R>) => STM<Either.Either<A, E>, never, R>
Source
Since v2.0.0