(options)
| 89 | * @link https://tanstack.com/router/latest/docs/framework/react/api/router/createRouterFunction |
| 90 | */ |
| 91 | export const createRouter: CreateRouterFn = (options) => { |
| 92 | return new Router(options) |
| 93 | } |
| 94 | |
| 95 | export class Router< |
| 96 | in out TRouteTree extends AnyRoute, |
no outgoing calls