What is stream-to-promise?
"Convert streams (readable or writable) to promises"
stream-to-promise is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 3.9 KB on disk.
Installation Guide
# Install via NPM
npm install stream-to-promise
# Install via Yarn
yarn add stream-to-promise