Package: effect
Module: Micro
Create a Micro effect that will replace the success value of the given
effect.
Signature
declare const as: { <A, B>(value: B): <E, R>(self: Micro<A, E, R>) => Micro<B, E, R>; <A, E, R, B>(self: Micro<A, E, R>, value: B): Micro<B, E, R>; }
Since v3.4.0