Setup_bitable/monitor/setup/node_client/node_modules/to-array
2021-01-25 11:11:38 +07:00
..
.npmignore Add pm2 bitable pro 2021-01-25 11:11:38 +07:00
index.js Add pm2 bitable pro 2021-01-25 11:11:38 +07:00
LICENCE Add pm2 bitable pro 2021-01-25 11:11:38 +07:00
package.json Add pm2 bitable pro 2021-01-25 11:11:38 +07:00
README.md Add pm2 bitable pro 2021-01-25 11:11:38 +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