arrayify-stream
TypeScript icon, indicating that this package has built-in type declarations

2.0.1 • Public • Published

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.

Dependents (11)

Package Sidebar

Install

npm i arrayify-stream

Weekly Downloads

3,820

Version

2.0.1

License

MIT

Unpacked Size

5.96 kB

Total Files

6

Last publish

Collaborators

  • rubensworks