Checks for a valid URL.
isUrl('http://example.com'); // true isUrl('http://not url dot com'); // false isUrl(true); // false
The value to check.
Whether the value is an URL.
Generated using TypeDoc
Checks for a valid URL.
isUrl('http://example.com'); // true isUrl('http://not url dot com'); // false isUrl(true); // false