()
| 681 | |
| 682 | /** @internal */ |
| 683 | export const context = <R>(): Sink.Sink<Context.Context<R>, unknown, never, never, R> => fromEffect(Effect.context<R>()) |
| 684 | |
| 685 | /** @internal */ |
| 686 | export const contextWith = <R, Z>( |
no test coverage detected
searching dependent graphs…