(
route: Route,
segments: UrlSegment[],
currentSnapshot: PartialMatchRouteSnapshot,
)
| 1203 | */ |
| 1204 | export interface CanMatch { |
| 1205 | canMatch( |
| 1206 | route: Route, |
| 1207 | segments: UrlSegment[], |
| 1208 | currentSnapshot: PartialMatchRouteSnapshot, |
no outgoing calls