chensenlai 10988628a0 语音房项目初始化 | hace 5 años | |
---|---|---|
.. | ||
.npmignore | hace 5 años | |
LICENCE | hace 5 años | |
README.md | hace 5 años | |
index.js | hace 5 años | |
package.json | hace 5 años |
Turn an array like into an array
var toArray = require("to-array")
, elems = document.links
var array = toArray(elems)
npm install to-array