mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-10 21:01:41 +00:00
update
This commit is contained in:
22
node_modules/to-array/README.md
generated
vendored
Normal file
22
node_modules/to-array/README.md
generated
vendored
Normal file
@ -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