Package: effect Module: Micro
effect
Micro
Replace the success value of the Micro effect with void.
void
Signature
declare const asVoid: <A, E, R>(self: Micro<A, E, R>) => Micro<void, E, R>
Source
Since v3.4.0