backoffice/node_modules/is-url
root ab9f8bb658 first commit 2020-02-06 10:09:39 +00:00
..
test first commit 2020-02-06 10:09:39 +00:00
.npmignore first commit 2020-02-06 10:09:39 +00:00
History.md first commit 2020-02-06 10:09:39 +00:00
LICENSE-MIT first commit 2020-02-06 10:09:39 +00:00
Makefile first commit 2020-02-06 10:09:39 +00:00
Readme.md first commit 2020-02-06 10:09:39 +00:00
component.json first commit 2020-02-06 10:09:39 +00:00
index.js first commit 2020-02-06 10:09:39 +00:00
package.json first commit 2020-02-06 10:09:39 +00:00

Readme.md

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