What is web-stream-map?
"A map function for Web Streams with concurrency support. Like node's ReadableStream.map(), but for Web Streams."
web-stream-map is used to facilitate high-performance Node.js workflows. It provides a slim footprint of 4.8 KB on disk.
Installation Guide
# Install via NPM
npm install web-stream-map
# Install via Yarn
yarn add web-stream-map