(
route: Route,
segments: UrlSegment[],
currentSnapshot: PartialMatchRouteSnapshot,
)
| 1146 | */ |
| 1147 | export interface CanMatch { |
| 1148 | canMatch( |
| 1149 | route: Route, |
| 1150 | segments: UrlSegment[], |
| 1151 | currentSnapshot: PartialMatchRouteSnapshot, |
no outgoing calls