dockerized_openAger/nodered/rootfs/data/node_modules/to-array
valki 664c6d8ca3 Intial Commit 2020-10-17 18:42:50 +02:00
..
.npmignore Intial Commit 2020-10-17 18:42:50 +02:00
LICENCE Intial Commit 2020-10-17 18:42:50 +02:00
README.md Intial Commit 2020-10-17 18:42:50 +02:00
index.js Intial Commit 2020-10-17 18:42:50 +02:00
package.json Intial Commit 2020-10-17 18:42:50 +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