is-stream
Check if something is a Node.js stream
Install
Usage
API
isStream(stream)
isStream.writable(stream)
isStream.readable(stream)
isStream.duplex(stream)
isStream.transform(stream)
License
MIT © Sindre Sorhus
Last updated