Function: normalizeAbsolutePath()
function normalizeAbsolutePath(filePath: string): string;
Defined in: _internal/file-system.ts:13
Normalize a path to absolute slash-separated form.
Parametersâ
| Parameter | Type |
|---|---|
filePath | string |
Returnsâ
string
function normalizeAbsolutePath(filePath: string): string;
Defined in: _internal/file-system.ts:13
Normalize a path to absolute slash-separated form.
| Parameter | Type |
|---|---|
filePath | string |
string