Irina Glushko 2389e7160b HW1 done | před 3 roky | |
---|---|---|
.. | ||
test | před 3 roky | |
.travis.yml | před 3 roky | |
LICENSE | před 3 roky | |
index.js | před 3 roky | |
package.json | před 3 roky | |
readme.markdown | před 3 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