eslint-plugin-copilot Documentation / _internal/file-system / isNonRelativeWorkspacePath
Function: isNonRelativeWorkspacePath()
function isNonRelativeWorkspacePath(value: string): boolean;
Defined in: _internal/file-system.ts:43
Determine whether a path token is obviously non-relative for workspace use.
Parametersâ
| Parameter | Type |
|---|---|
value | string |
Returnsâ
boolean