0f352866c3ccdc363982848d780b9432807b2fd8
[platform/framework/web/wrtjs.git] / device_home / node_modules / to-array / README.md
1 # to-array
2
3 Turn an array like into an array
4
5 ## Example
6
7 ``` js
8 var toArray = require("to-array")
9     , elems = document.links
10
11 var array = toArray(elems)
12 ```
13
14 ## Installation
15
16 `npm install to-array`
17
18 ## Contributors
19
20  - Raynos
21
22 ## MIT Licenced