UrlModule
PackageFsLiveDocs.Renderer
Centralized URL and path resolution helpers.
Summary
| Name | Signature | Synopsis |
|---|---|---|
| ensureTrailing | ensureTrailing path | Ensures the root path has a trailing slash if not empty. |
| resolve | resolve rootPath target | Resolves a link relative to the provided rootPath. |
Ensures the root path has a trailing slash if not empty.
Parameters
| Name | Type | Description |
|---|---|---|
| path | string |
Returns
string