(a: string, b: string)
| 81 | } |
| 82 | |
| 83 | export function compareURLPatterns(a: string, b: string): number { |
| 84 | return a.localeCompare(b); |
| 85 | } |
| 86 | |
| 87 | /** |
| 88 | * Determines whether URL has a match in URL template list. |
no outgoing calls
no test coverage detected