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
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.