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.

Dependencies (308)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i ch3ck

    Weekly Downloads

    1

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • cagataycali