File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11# is-url
22
3- Check whether a string is a URL.
3+ Check whether a string is a URL.
44
55## Installation
66
7- ```
8- $ component install segmentio/is-url
9- ```
10- ```
11- $ npm install is-url
7+ ``` sh
8+ npm install is-url
129```
1310
1411## API
1512
16- ### isUrl(string)
13+ ### ` isUrl(string) `
1714
18- Checks whether ` string ` is a URL.
15+ Returns a Boolean indicating whether ` string ` is a URL.
1916
2017## License
2118
22- MIT
19+ MIT
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11{
22 "name" : " is-url" ,
3+ "description" : " Check whether a string is a URL." ,
34 "repository" : " https://github.com/segmentio/is-url" ,
45 "version" : " 1.2.3" ,
56 "scripts" : {
6- "test" : " make test "
7+ "test" : " mocha --reporter spec "
78 },
89 "license" : " MIT" ,
910 "devDependencies" : {
You can’t perform that action at this time.
0 commit comments