summaryrefslogtreecommitdiff
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, 19 insertions, 0 deletions
diff --git a/node_modules/is-url/Readme.md b/node_modules/is-url/Readme.md
new file mode 100644
index 0000000..20ed181
--- /dev/null
+++ b/node_modules/is-url/Readme.md
@@ -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