wallet-core/node_modules/is-url/Readme.md

23 lines
220 B
Markdown
Raw Normal View History

2017-05-28 00:38:50 +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