@effect-ts/system
Version:
Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.
7 lines • 315 B
TypeScript
import * as T from "../../../../Effect/index.js";
import type * as C from "../core.js";
/**
* Creates a stream from an effect producing a value of type `A` which repeats forever.
*/
export declare function repeatEffect<R, E, A>(fa: T.Effect<R, E, A>): C.Stream<R, E, A>;
//# sourceMappingURL=repeatEffect.d.ts.map