This repository has been archived on 2020-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
TripSit_Suite/node_modules/to-array/README.md
2020-11-01 22:46:04 +00: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