| 12 | import UniversalRouter, { Route, Routes } from './universal-router.js' |
| 13 | |
| 14 | export interface UrlParams { |
| 15 | [paramName: string]: string | string[] |
| 16 | } |
| 17 | |
| 18 | export interface GenerateUrlsOptions extends ParseOptions, CompileOptions { |
| 19 | /** |
nothing calls this directly
no outgoing calls
no test coverage detected