()
| 338 | } |
| 339 | |
| 340 | export function getUnparameterizedUrl() { |
| 341 | return [location.protocol, '//', location.host, location.pathname].join(''); |
| 342 | } |
| 343 | |
| 344 | export function contains(array, element) { |
| 345 | return array.indexOf(element) !== -1 |
no outgoing calls
no test coverage detected