## navigate()


Navigate to the given path.


Usage


``` python
navigate(path)
```


## Parameters


`path: str`  
The path to navigate to.


## Returns


`str`  
The resolved navigation path.


## Examples

``` python
>>> navigate("/home")
```

'/home'
