()
| 55 | } |
| 56 | |
| 57 | getState(): unknown { |
| 58 | return this._history[this._historyIndex].state; |
| 59 | } |
| 60 | |
| 61 | isCurrentPathEqualTo(path: string, query: string = ''): boolean { |
| 62 | const givenPath = path.endsWith('/') ? path.substring(0, path.length - 1) : path; |
no outgoing calls
no test coverage detected