Files
raspberryGPIOhtmlserver/node_modules/to-array/README.md
2016-06-21 18:42:57 +02:00

246 B
Executable File

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