1.0.0 • Published 1 year ago

verify-url v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

verify url

Usage

Using npm:

$ npm i verify-url

In Javascript:

import { isValidUrl } from "verify-url";

(async () => {
  const url = 'https://www.example.com';
  const isValid = await isValidUrl(url);
  console.log(`Is ${url} valid? ${isValid}`);
})();

License

This project is licensed under the ISC License

Bugs/Issues

Please report bugs and issues here.

1.0.0

1 year ago