* Converts a toolkit into a Layer containing handlers for each tool in the * toolkit.
(
/**
* Handler functions or Effect that produces handlers.
*/
build: Handlers | Effect.Effect<Handlers, EX, RX>
)
| 144 | * toolkit. |
| 145 | */ |
| 146 | toLayer<Handlers extends HandlersFrom<Tools>, EX = never, RX = never>( |
| 147 | /** |
| 148 | * Handler functions or Effect that produces handlers. |
| 149 | */ |
no outgoing calls
no test coverage detected