1.0.0 • Published 10 years ago

is-object-stream v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
10 years ago

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.