coronamap/node_modules/stream-browserify
2020-06-14 00:00:00 -07:00
..
test Migrate 2020-06-14 00:00:00 -07:00
.travis.yml Migrate 2020-06-14 00:00:00 -07:00
index.js Migrate 2020-06-14 00:00:00 -07:00
LICENSE Migrate 2020-06-14 00:00:00 -07:00
package.json Migrate 2020-06-14 00:00:00 -07:00
readme.markdown Migrate 2020-06-14 00:00:00 -07:00

stream-browserify

the stream module from node core, for browsers!

build status

methods

Consult the node core documentation on streams.

install

With npm do:

npm install stream-browserify

but if you are using browserify you will get this module automatically when you do require('stream').

license

MIT