( tag: Context.Tag<I, S> )
| 1741 | |
| 1742 | /** @internal */ |
| 1743 | export const service = <I, S>( |
| 1744 | tag: Context.Tag<I, S> |
| 1745 | ): Sink.Sink<S, unknown, never, never, I> => serviceWith(tag, identity) |
| 1746 | |
| 1747 | /** @internal */ |
| 1748 | export const serviceWith = <I, S, Z>( |
no test coverage detected
searching dependent graphs…