mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
246 B
246 B
to-array
Turn an array like into an array
Example
var toArray = require("to-array")
, elems = document.links
var array = toArray(elems)
Installation
npm install to-array
Contributors
- Raynos