Package: effect
Module: STM
Performs this transaction the specified number of times, discarding the results.
Signature
declare const replicateSTMDiscard: { (n: number): <A, E, R>(self: STM<A, E, R>) => STM<void, E, R>; <A, E, R>(self: STM<A, E, R>, n: number): STM<void, E, R>; }
Since v2.0.0