What is through2?
"A tiny wrapper around Node.js streams.Transform (Streams2/3) to avoid explicit subclassing noise"
through2 is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 9.1 KB on disk.
Installation Guide
# Install via NPM
npm install through2
# Install via Yarn
yarn add through2