What is readable-stream?
"Node.js Streams, a user-land copy of the stream library from Node.js"
readable-stream is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 212.8 KB on disk.
Installation Guide
# Install via NPM
npm install readable-stream
# Install via Yarn
yarn add readable-stream