Lorenzob's picture
Upload folder using huggingface_hub
19605ab verified
|
raw
history blame
246 Bytes
# 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