aboutsummaryrefslogtreecommitdiffhomepage
path: root/node_modules/to-array/README.md
blob: 0f352866c3ccdc363982848d780b9432807b2fd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
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