Eric Foster 35b96bc934 initial commit | 6 лет назад | |
---|---|---|
.. | ||
test | 6 лет назад | |
.npmignore | 6 лет назад | |
.travis.yml | 6 лет назад | |
LICENSE | 6 лет назад | |
index.js | 6 лет назад | |
package.json | 6 лет назад | |
readme.markdown | 6 лет назад |
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