NewsBlur/node/node_modules/to-array
2020-06-15 18:39:00 -04:00
..
.npmignore
index.js
LICENCE
package.json Updating node dependencies. 2020-06-15 18:39:00 -04:00
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