An open API service indexing awesome lists of open source software.

https://github.com/leafiy/array-chunk


https://github.com/leafiy/array-chunk

Last synced: 5 months ago
JSON representation

Awesome Lists containing this project

README

          

# array-chunk

```
chunk([1,2,3,4,5],2)
// [[1,2],[3,4],[5]]
```