unboundedpress/node_modules/is-url
2019-07-23 04:28:47 +00:00
..
test initial commit 2019-07-23 04:28:47 +00:00
History.md initial commit 2019-07-23 04:28:47 +00:00
index.js initial commit 2019-07-23 04:28:47 +00:00
LICENSE-MIT initial commit 2019-07-23 04:28:47 +00:00
package.json initial commit 2019-07-23 04:28:47 +00:00
Readme.md initial commit 2019-07-23 04:28:47 +00:00

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