projects
/
platform
/
framework
/
web
/
wrtjs.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
[hotfix] Ignore type checking for edge
[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