is-object-stream
check if an object is a node object stream
Last updated 12 years ago by jongleberry .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install is-object-stream 
SYNC missed versions from official npm registry.

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.

Current Tags

  • 1.0.0                                ...           latest (12 years ago)

1 Versions

  • 1.0.0                                ...           12 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 1
Dependencies (0)
None
Dev Dependencies (1)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |