wallet-core/node_modules/is-url
2017-05-28 00:40:43 +02:00
..
test add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00
.npmignore add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00
component.json add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00
History.md add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00
index.js add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00
LICENSE-MIT add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00
Makefile add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00
package.json add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00
Readme.md add linting (and some initial fixes) 2017-05-28 00:40:43 +02:00

is-url

Check whether a string is a URL.

Installation

$ component install segmentio/is-url
$ npm install is-url

API

isUrl(string)

Checks whether string is a URL.

License

MIT