tree: 2934f7fd3372f3e74c4552c6f508392558f040d0 [path history] [tgz]
  1. .npmignore
  2. index.js
  3. LICENCE
  4. package.json
  5. README.md
node_modules/to-array/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