vvet_backend_1/node_modules/is-url
Sridhar260802 5acd95bc07 first commit 2025-05-09 12:46:18 +05:30
..
test first commit 2025-05-09 12:46:18 +05:30
.travis.yml first commit 2025-05-09 12:46:18 +05:30
History.md first commit 2025-05-09 12:46:18 +05:30
LICENSE-MIT first commit 2025-05-09 12:46:18 +05:30
Readme.md first commit 2025-05-09 12:46:18 +05:30
index.js first commit 2025-05-09 12:46:18 +05:30
package.json first commit 2025-05-09 12:46:18 +05:30

Readme.md

is-url

Check whether a string is a URL.

Installation

npm install is-url

API

isUrl(string)

Returns a Boolean indicating whether string is a URL.

License

MIT