Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/boo1ean/buffer-chunks

Split Buffer into a chunks
https://github.com/boo1ean/buffer-chunks

Last synced: 30 days ago
JSON representation

Split Buffer into a chunks

Awesome Lists containing this project

README

        

## buffer-chunks

Split buffer into chunks

## Installation

```
npm install buffer-chunks
```

## Usage

```js
var list = chunks(new Buffer('aaaaazzzzzbbbbb'), 5);

// ->

[ ,
,
]
```

## License

MIT