2.0.1 • Published 2 years ago

eh-url v2.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
2 years ago

eh-url

Node.js package for check whether a string is a URL.

Prerequisites

Installation

npm install eh-url

Example

const EhUrl = require('eh-url');

const ehUrl = new EhUrl();

(async () => {
    const url = await ehUrl.check('https://google.com.br/');
    console.log(url);
})();

Built With

Authors

Acknowledgments

2.0.1

2 years ago

2.0.0

3 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago