An open API service indexing awesome lists of open source software.

https://github.com/commenthol/streamss-shim

Switch between stream and readable-stream for v0.8
https://github.com/commenthol/streamss-shim

Last synced: 12 months ago
JSON representation

Switch between stream and readable-stream for v0.8

Awesome Lists containing this project

README

          

# streamss-shim

> Switch between stream and readable-stream for v0.8

Transparently switch between v0.10 or greater `stream` module or userland copy `readable-stream` for v0.8

## Usage

``` javascript
var stream = require('streamss-shim')
...
```

## License

Copyright (c) 2014-, Commenthol. (MIT License)

See [LICENSE][] for more info.

[LICENSE]: ./LICENSE