effect-io-ai

Package: effect
Module: STM

STM.either

Converts the failure channel into an 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