ch3ck

1.0.2 • Public • Published

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.

Package Sidebar

Install

npm i ch3ck

Weekly Downloads

2

Version

1.0.2

License

MIT

Last publish

Collaborators

  • cagataycali