Node.js module
stream/promises
The 'node:stream/promises'
submodule provides Promise-based stream utility functions such as pipeline
and finished
, enabling async/await syntax for stream completion and pipeline composition.
Use it to coordinate multiple streams and handle errors cleanly in async code.