Daniel Hübleitner 615619e6e7 start werk | 5 years ago | |
---|---|---|
.. | ||
test | 5 years ago | |
.travis.yml | 5 years ago | |
LICENSE | 5 years ago | |
index.js | 5 years ago | |
package.json | 5 years ago | |
readme.markdown | 5 years ago |
the stream module from node core, for browsers!
Consult the node core documentation on streams.
With npm do:
npm install stream-browserify
but if you are using browserify you will get this module automatically when you
do require('stream')
.
MIT