* A helper method which can be used for type-safe handler declarations.
(handlers: Handlers)
| 82 | * A helper method which can be used for type-safe handler declarations. |
| 83 | */ |
| 84 | of<Handlers extends HandlersFrom<Tools>>(handlers: Handlers): Handlers |
| 85 | |
| 86 | /** |
| 87 | * Converts a toolkit into a `Context` containing handlers for each tool |
no outgoing calls
no test coverage detected