Updated script that can be controled by Nodejs web app
This commit is contained in:
+22
@@ -0,0 +1,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
|
||||
Reference in New Issue
Block a user