Namespaces
normalize
function normalize(path: string): string;Defined in: file-system/index.d.ts:368
Normalizes a path, taking care of occurrances like ".." and "//".
Parameters
| Parameter | Type | Description |
|---|---|---|
path | string | The path to be normalized. |
Returns
string
- Previous
- join
- Next
- PercentLength