[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[   ]LICENCE2025-03-12 08:59 1.0K 
[TXT]README.md2025-03-12 08:59 246  
[   ]index.js2025-03-12 08:59 216  
[   ]package.json2025-03-12 08:59 795  
# 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