* Applies all of the previously defined options to the specified router. * And enforces the router match the contract. * * @see https://orpc.dev/docs/router#extending-router Extending Router Docs
(
router: U
)
| 69 | * @see {@link https://orpc.dev/docs/router#extending-router Extending Router Docs} |
| 70 | */ |
| 71 | router<U extends Router<T, TCurrentContext>>( |
| 72 | router: U |
| 73 | ): EnhancedRouter<U, TInitialContext, TCurrentContext, Record<never, never>> |
| 74 |
no outgoing calls
no test coverage detected