2.0.1 • Published 1 year ago

arrayify-stream v2.0.1

Weekly downloads
3,267
License
MIT
Repository
github
Last release
1 year ago

Arrayify Stream

Build status Coverage Status npm version

Converts a Node readable stream into an array that is returned as a promise.

This is a very simple zero-dependency implementation.

Usage

const arrayifyStream = require('arrayify-stream');
...
let myArray = await arrayifyStream(myStream);

License

This software is written by Ruben Taelman.

This code is released under the MIT license.