()
| 44 | * Read component from URI (e.g. returns "events&runPrefix=train*"). |
| 45 | */ |
| 46 | export function readComponent(): string { |
| 47 | return useHash() ? window.location.hash.slice(1) : getFakeHash(); |
| 48 | } |
| 49 | |
| 50 | /** |
| 51 | * Convert a URI Component into a dictionary of strings. |
no test coverage detected
searching dependent graphs…