@docs-private
()
| 374 | |
| 375 | /** @docs-private */ |
| 376 | toString(): string { |
| 377 | return serializePath(this); |
| 378 | } |
| 379 | } |
| 380 | |
| 381 | export function equalSegments(as: UrlSegment[], bs: UrlSegment[]): boolean { |
nothing calls this directly
no test coverage detected