mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-10 21:01:41 +00:00
update
This commit is contained in:
19
node_modules/is-url/Readme.md
generated
vendored
Normal file
19
node_modules/is-url/Readme.md
generated
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
# is-url
|
||||
|
||||
Check whether a string is a URL.
|
||||
|
||||
## Installation
|
||||
|
||||
```sh
|
||||
npm install is-url
|
||||
```
|
||||
|
||||
## API
|
||||
|
||||
### `isUrl(string)`
|
||||
|
||||
Returns a Boolean indicating whether `string` is a URL.
|
||||
|
||||
## License
|
||||
|
||||
MIT
|
Reference in New Issue
Block a user