UNPKG

@effect-ts/system

Version:

Effect-TS is a zero dependency set of libraries to write highly productive, purely functional TypeScript at scale.

10 lines (9 loc) 214 B
// ets_tracing: off import * as C from "../core.mjs"; /** * Repeats this channel forever */ export function repeated(self) { return C.chain_(self, () => repeated(self)); } //# sourceMappingURL=repeated.mjs.map