Illia Kozyr c722a49f64 React Project DONE | 2 năm trước cách đây | |
---|---|---|
.. | ||
test | 2 năm trước cách đây | |
.travis.yml | 2 năm trước cách đây | |
LICENSE | 2 năm trước cách đây | |
index.js | 2 năm trước cách đây | |
package.json | 2 năm trước cách đây | |
readme.markdown | 2 năm trước cách đây |
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