Check if a string is a URL
Created because the is-url
module is too loose. This module depends on a much more comprehensive regex.
Install
$ npm install is-url-superb
Usage
const isUrl = ; ;//=> true ;//=> true ;//=> false
License
MIT © Sindre Sorhus