XuelesszzZ 94af2b8e7b 6-30-5 | hace 1 año | |
---|---|---|
.. | ||
.npmignore | hace 1 año | |
LICENCE | hace 1 año | |
README.md | hace 1 año | |
index.js | hace 1 año | |
package.json | hace 1 año |
Turn an array like into an array
var toArray = require("to-array")
, elems = document.links
var array = toArray(elems)
npm install to-array