| 27 | } |
| 28 | |
| 29 | export interface ResolveContext extends RouterContext { |
| 30 | /** |
| 31 | * URL which was transmitted to `router.resolve()`. |
| 32 | */ |
| 33 | pathname: string |
| 34 | } |
| 35 | |
| 36 | /** |
| 37 | * Params is a key/value object that represents extracted URL parameters. |
nothing calls this directly
no outgoing calls
no test coverage detected