Package: effect
Module: Stream
Provides the stream with some of its required context, which eliminates its
dependency on R.
Signature
declare const provideSomeContext: { <R2>(context: Context.Context<R2>): <A, E, R>(self: Stream<A, E, R>) => Stream<A, E, Exclude<R, R2>>; <A, E, R, R2>(self: Stream<A, E, R>, context: Context.Context<R2>): Stream<A, E, Exclude<R, R2>>; }
Since v3.16.9