Appearance
function isUrl(value): value is Url
A type guard for determining if a value is a valid URL.
value
unknown
value is Url
true if the value is a valid URL, otherwise false.
true
false