Luna 4f63b4f9a0 | ||
---|---|---|
.. | ||
.npmignore | ||
LICENCE | ||
README.md | ||
index.js | ||
package.json |
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