UNPKG

@effect-ts/system

Version:

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

11 lines (10 loc) 262 B
// ets_tracing: off import * as CH from "../../Channel/index.mjs"; import * as C from "../core.mjs"; /** * Repeats this stream forever. */ export function forever(self) { return new C.Stream(CH.repeated(self.channel)); } //# sourceMappingURL=forever.mjs.map