PC/node_modules/to-array/README.md
2026-01-26 23:20:48 +08:00

246 B

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