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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.1
    2,612
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.1
    2,612
  • 2.0.0
    739
  • 1.0.0
    6,791

Package Sidebar

Install

npm i arrayify-stream

Weekly Downloads

4,166

Version

2.0.1

License

MIT

Unpacked Size

5.96 kB

Total Files

6

Last publish

Collaborators

  • rubensworks