aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/to-array/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/to-array/README.md')
-rw-r--r--node_modules/to-array/README.md22
1 files changed, 22 insertions, 0 deletions
diff --git a/node_modules/to-array/README.md b/node_modules/to-array/README.md
new file mode 100644
index 0000000..0f35286
--- /dev/null
+++ b/node_modules/to-array/README.md
@@ -0,0 +1,22 @@
+# to-array
+
+Turn an array like into an array
+
+## Example
+
+``` js
+var toArray = require("to-array")
+ , elems = document.links
+
+var array = toArray(elems)
+```
+
+## Installation
+
+`npm install to-array`
+
+## Contributors
+
+ - Raynos
+
+## MIT Licenced