You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
246 B

7 years ago
  1. # to-array
  2. Turn an array like into an array
  3. ## Example
  4. ``` js
  5. var toArray = require("to-array")
  6. , elems = document.links
  7. var array = toArray(elems)
  8. ```
  9. ## Installation
  10. `npm install to-array`
  11. ## Contributors
  12. - Raynos
  13. ## MIT Licenced