backoffice/node_modules/is-url/Readme.md

23 lines
220 B
Markdown
Raw Normal View History

2020-02-06 10:09:39 +00: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