Irina Glushko 2389e7160b HW1 done | hace 3 años | |
---|---|---|
.. | ||
test | hace 3 años | |
.travis.yml | hace 3 años | |
LICENSE | hace 3 años | |
index.js | hace 3 años | |
package.json | hace 3 años | |
readme.markdown | hace 3 años |
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