mirror of
https://github.com/biobulkbende/biobulkbende.org.git
synced 2024-12-25 12:45:23 +00:00
.. | ||
.npmignore | ||
index.js | ||
LICENCE | ||
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