rigorous url validation
npm install @7c/validurlvalidating URLs is tricky job. There are tons of approaches. This is my liberal approach.
npm run test
npm i --save @7c/validurl
`Usage
`
const validURL = require('@7c/validurl')console.log(validURL('http://localhost'))
``
All kind of bugreports are welcome