* A helper method which can be used for type-safe handler declarations.
(handlers: Handlers)
| 130 | * A helper method which can be used for type-safe handler declarations. |
| 131 | */ |
| 132 | of<Handlers extends HandlersFrom<Tools>>(handlers: Handlers): Handlers |
| 133 | |
| 134 | /** |
| 135 | * Converts a toolkit into an Effect Context containing handlers for each tool |
no outgoing calls
no test coverage detected