(path: string, params?: Record<any, any>)
| 11 | * @param params - Additional params that will be substituted in URN dynamic values. |
| 12 | */ |
| 13 | export const generateAbsoluteRouterPath = (path: string, params?: Record<any, any>) => |
| 14 | resolvePath(generatePath(path, params)); |
| 15 | |
| 16 | /** |
| 17 | * Function returns env variable passed to container or variable from .env* files. |
no outgoing calls
no test coverage detected