eslint-plugin-copilot Documentation / _internal/file-system / hasUriScheme
Function: hasUriScheme()
function hasUriScheme(value: string): boolean;
Defined in: _internal/file-system.ts:39
Determine whether a string starts with a URI-like scheme such as https:.
Parametersâ
| Parameter | Type |
|---|---|
value | string |
Returnsâ
boolean