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