eh-url

2.0.1 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i eh-url

Weekly Downloads

18

Version

2.0.1

License

MIT

Unpacked Size

42.9 kB

Total Files

10

Last publish

Collaborators

  • xxgicoxx