/** * @tsplus static effect/core/stream/Pull.Ops emitChunk */ export function emitChunk(as: Chunk): Effect> { return Effect.succeed(as) }