Daniel Hübleitner 615619e6e7 start werk | před 5 roky | |
---|---|---|
.. | ||
test | před 5 roky | |
.travis.yml | před 5 roky | |
LICENSE | před 5 roky | |
index.js | před 5 roky | |
package.json | před 5 roky | |
readme.markdown | před 5 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