* Add implementations for unhandled `HttpApiEndpoint`s in a `Handlers` group.
(
handlers:
& HandlersByIdentifier
& HandleAllExtraKeys<Omit<EndpointsByIdentifier, HandledIdentifiers>, HandlersByIdentifier>
)
| 294 | * Add implementations for unhandled `HttpApiEndpoint`s in a `Handlers` group. |
| 295 | */ |
| 296 | handleAll<const HandlersByIdentifier extends HandleAllHandlers<Omit<EndpointsByIdentifier, HandledIdentifiers>>>( |
| 297 | handlers: |
| 298 | & HandlersByIdentifier |
| 299 | & HandleAllExtraKeys<Omit<EndpointsByIdentifier, HandledIdentifiers>, HandlersByIdentifier> |
no outgoing calls
no test coverage detected