is-object-stream
v1.0.0
Published
check if an object is a node object stream
Readme
Is Object Stream
Check if an object is a node object stream.
API
var is = require('is-object-stream')is(stream)
Check if an object is both a readable and writable object stream.
is.readable(stream)
Check if an object is a readable object stream.
is.writable(stream)
Check if an object is a writable object stream.
