biobulkbende.org/node_modules/to-array
Tancre 0efda7fffe structure, layout and automation 2020-09-16 14:23:28 +02:00
..
.npmignore structure, layout and automation 2020-09-16 14:23:28 +02:00
LICENCE structure, layout and automation 2020-09-16 14:23:28 +02:00
README.md structure, layout and automation 2020-09-16 14:23:28 +02:00
index.js structure, layout and automation 2020-09-16 14:23:28 +02:00
package.json structure, layout and automation 2020-09-16 14:23:28 +02: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