XuelesszzZ 94af2b8e7b 6-30-5 | 1 年之前 | |
---|---|---|
.. | ||
test | 1 年之前 | |
.travis.yml | 1 年之前 | |
LICENSE | 1 年之前 | |
index.js | 1 年之前 | |
package.json | 1 年之前 | |
readme.markdown | 1 年之前 |
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