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
- Host: GitHub
- URL: https://github.com/commenthol/streamss-shim
- Owner: commenthol
- License: mit
- Created: 2014-12-15T06:52:34.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2021-10-10T05:37:50.000Z (over 4 years ago)
- Last Synced: 2025-05-30T19:14:11.272Z (about 1 year ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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