node-is-stream

Check if something is a Node.js stream
  https://github.com/sindresorhus/is-stream
  0
  no reviews



A stream is an abstract interface for working with streaming data in Node.js. The stream module provides a base API that makes it easy to build objects that implement the stream interface.

Node.js is an event-based server-side JavaScript engine.