| 1 | import { ROUTER_INTENT_FORWARD } from '../utils/constants'; |
| 2 | import type { RouteChain } from '../utils/interface'; |
| 3 | import { chainToSegments, generatePath, parsePath, readSegments, writeSegments } from '../utils/path'; |
| 4 |
nothing calls this directly
no test coverage detected