()
| 532 | |
| 533 | /** @internal */ |
| 534 | export const context = <R>(): Layer.Layer<R, never, R> => fromEffectContext(core.context<R>()) |
| 535 | |
| 536 | /** @internal */ |
| 537 | export const extendScope = <RIn, E, ROut>( |
no test coverage detected
searching dependent graphs…