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