1.0.1 • Published 4 years ago

isstrurl v1.0.1

Weekly downloads
2
License
CC BY-ND 4.0
Repository
-
Last release
4 years ago

A simple URL Checker

Example

const isStrUrl = require('issstrurl');
var res = isStrUrl("https://google.com");
if (res == true) {
  console.log("That is a URL!") // Execute code if it is a URL!
} else if (res == false) {
  console.log("That isn't a URL!") // Execute code if it isn't a URL!
}

If you like this package or have issues, consider joining our Discord Server

© WumpusDev 2020