import { Succeed } from "@effect/core/stream/Channel/definition/primitives" /** * @tsplus static effect/core/stream/Channel.Ops sync */ export function sync( effect: LazyArg ): Channel { return new Succeed(effect) }