/** * Accesses the specified service in the environment of the stream. * * @tsplus static effect/core/stream/Stream.Ops service */ export function service(tag: Tag): Stream { return Stream.serviceWith(tag, identity) }