frappe_docker/frappe-bench/node_modules/to-array/README.md
2017-07-31 15:51:51 +05:30

22 lines
246 B
Markdown

# 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