25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 246 B

3 년 전
12345678910111213141516171819202122
  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