twitst4tz

twitter statistics web application
Log | Files | Refs | README | LICENSE

README.md (246B)


      1 # to-array
      2 
      3 Turn an array like into an array
      4 
      5 ## Example
      6 
      7 ``` js
      8 var toArray = require("to-array")
      9     , elems = document.links
     10 
     11 var array = toArray(elems)
     12 ```
     13 
     14 ## Installation
     15 
     16 `npm install to-array`
     17 
     18 ## Contributors
     19 
     20  - Raynos
     21 
     22 ## MIT Licenced