eslint-plugin-copilot Documentation / _internal/file-system / isRelativeWorkspacePath
Function: isRelativeWorkspacePath()
function isRelativeWorkspacePath(value: string): boolean;
Defined in: _internal/file-system.ts:65
Determine whether a value is a workspace-relative path-like reference.
Parametersâ
| Parameter | Type |
|---|---|
value | string |
Returnsâ
boolean