1.0.1 • Published 2 years ago

@williamharrison/validate-url v1.0.1

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

Validate URL

Check if a URL is valid or not.

Usage

Using Validate URL is very quick and easy.

// Import Package
const validateURL = require("@williamharrison/validate-url");

console.log(validateURL("https://example.com"));
// true

console.log(validateURL("hello world"));
// false
1.0.1

2 years ago

1.0.0

2 years ago