Function: isSchemeOnlyUrl()
isSchemeOnlyUrl(
value:string):boolean
Defined in: shared/utils/urlSchemeValidation.ts:16
Returns true when the candidate only contains a scheme delimiter (for example
https://) without any authority/path information.
Parametersโ
valueโ
string
Returnsโ
boolean