pixelnode/node_modules/to-array
clerie 49686db41d Node.js initialisiert 2018-04-03 11:42:35 +02:00
..
.npmignore Node.js initialisiert 2018-04-03 11:42:35 +02:00
LICENCE Node.js initialisiert 2018-04-03 11:42:35 +02:00
README.md Node.js initialisiert 2018-04-03 11:42:35 +02:00
index.js Node.js initialisiert 2018-04-03 11:42:35 +02:00
package.json Node.js initialisiert 2018-04-03 11:42:35 +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