Detect if something is a Node.js stream. Reliably determines if a value is a readable, writable, or duplex stream in Node.js. This package is essential for libraries needing to handle streaming data, offering a consistent and accurate way to identify stream instances irrespective of Node.js versions or stream implementations. Provides isStream, isReadableStream, isWritableStream and isDuplexStream methods.