What is stream-to-array?
"Concatenate a readable stream's data into a single array"
stream-to-array is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 0 KB on disk.
Installation Guide
# Install via NPM
npm install stream-to-array
# Install via Yarn
yarn add stream-to-array