diff options
Diffstat (limited to 'node_modules/is-url/Readme.md')
-rw-r--r-- | node_modules/is-url/Readme.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/node_modules/is-url/Readme.md b/node_modules/is-url/Readme.md new file mode 100644 index 000000000..f29dc2aba --- /dev/null +++ b/node_modules/is-url/Readme.md @@ -0,0 +1,22 @@ +# 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 |