/** * @tsplus static effect/core/stream/Pull.Ops emit */ export function emit(a: A): Effect> { return Effect.sync(Chunk.single(a)) }