npm.io
3.0.0 • Published 2 years ago

arrayify-stream

Licence
MIT
Version
3.0.0
Deps
0
Size
8 kB
Vulns
0
Weekly
0
Stars
2

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

import { arrayifyStream } from 'arrayify-stream';
...
let myArray = await arrayifyStream(myStream);

License

This software is written by Ruben Taelman.

This code is released under the MIT license.

Keywords