1.0.0 • Published 12 years ago
is-object-stream v1.0.0
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.
1.0.0
12 years ago