BiFace_Server_Config_API/node_modules/to-array
2020-05-22 14:53:57 +07:00
..
.npmignore init 2020-05-22 14:53:57 +07:00
index.js init 2020-05-22 14:53:57 +07:00
LICENCE init 2020-05-22 14:53:57 +07:00
package.json init 2020-05-22 14:53:57 +07:00
README.md init 2020-05-22 14:53:57 +07:00

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