What is concat-stream?
"writable stream that concatenates strings or binary data and calls a callback with the result"
concat-stream is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 9.3 KB on disk.
Installation Guide
# Install via NPM
npm install concat-stream
# Install via Yarn
yarn add concat-stream