coronamap/node_modules/stream-browserify
2022-08-06 08:12:21 -07:00
..
test Deploy 2022-08-06 08:12:21 -07:00
.travis.yml Deploy 2022-08-06 08:12:21 -07:00
index.js Deploy 2022-08-06 08:12:21 -07:00
LICENSE Deploy 2022-08-06 08:12:21 -07:00
package.json Deploy 2022-08-06 08:12:21 -07:00
readme.markdown Deploy 2022-08-06 08:12:21 -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