effect-io-ai

Package: effect
Module: STM

STM.fromEither

Lifts an Either into a STM.

Signature

declare const fromEither: <A, E>(either: Either.Either<A, E>) => STM<A, E>

Source

Since v2.0.0