JSPM

arrayify-stream

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

Converts a Node readable stream into an array

Package Exports

  • arrayify-stream
  • arrayify-stream/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (arrayify-stream) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

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

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.