ch3ck
v1.0.2
Published
Ch3ck, validate your url.
Downloads
6
Maintainers
Readme
ch3ck
Ch3ck, validate your url.
Install
yarn add ch3ck;
Usage
const check = require('ch3ck');
console.log(check('com.google'));
// Return valid url,
// http://com.google/
console.log(check('non.existing'));
// Return false.