.. | ||
test | ||
History.md | ||
index.js | ||
LICENSE-MIT | ||
package.json | ||
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
.. | ||
test | ||
History.md | ||
index.js | ||
LICENSE-MIT | ||
package.json | ||
Readme.md |
Check whether a string is a URL.
npm install is-url
isUrl(string)
Returns a Boolean indicating whether string
is a URL.
MIT