NewsBlur/node/node_modules/to-array
2016-11-29 18:29:50 -08:00
..
.npmignore
index.js
LICENCE
package.json
README.md

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

MIT Licenced