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