JSPM

arrayify-stream

3.0.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8789
  • Score
    100M100P100Q138062F
  • License MIT

Converts a Node readable stream into an array

Package Exports

  • arrayify-stream
  • arrayify-stream/package.json

Readme

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.