Package: effect Module: STM
effect
STM
Maps the error value of this effect to an optional value.
Signature
declare const asSomeError: <A, E, R>(self: STM<A, E, R>) => STM<A, Option.Option<E>, R>
Source
Since v2.0.0