likelikelike/node_modules/to-array
molleindustria 063436a3dd first commit
publish it
..
.npmignore first commit
LICENCE first commit
README.md first commit
index.js first commit
package.json first commit

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