NewsBlur/node/node_modules/to-array
2020-10-12 12:27:49 +07:00
..
.npmignore
index.js
LICENCE
package.json add updated node_modules 2020-10-12 12:27:49 +07: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