aboutsummaryrefslogtreecommitdiff
path: root/node_modules/is-url/Readme.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/is-url/Readme.md')
-rw-r--r--node_modules/is-url/Readme.md19
1 files changed, 0 insertions, 19 deletions
diff --git a/node_modules/is-url/Readme.md b/node_modules/is-url/Readme.md
deleted file mode 100644
index 20ed18103..000000000
--- a/node_modules/is-url/Readme.md
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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