wallet-core/node_modules/is-url
2018-09-20 02:56:13 +02:00
..
test update packages 2018-09-20 02:56:13 +02:00
History.md add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00
index.js update packages 2018-09-20 02:56:13 +02:00
LICENSE-MIT add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00
package.json update packages 2018-09-20 02:56:13 +02:00
Readme.md update packages 2018-09-20 02:56:13 +02: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