peach a19a732be8 commit message | před 2 roky | |
---|---|---|
.. | ||
test | před 2 roky | |
.travis.yml | před 2 roky | |
LICENSE | před 2 roky | |
index.js | před 2 roky | |
package.json | před 2 roky | |
readme.markdown | před 2 roky |
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