line_push/node_modules/stream-browserify
2022-07-21 03:28:35 +00:00
..
node_modules V1 2022-07-21 03:28:35 +00:00
test V1 2022-07-21 03:28:35 +00:00
.travis.yml V1 2022-07-21 03:28:35 +00:00
index.js V1 2022-07-21 03:28:35 +00:00
LICENSE V1 2022-07-21 03:28:35 +00:00
package.json V1 2022-07-21 03:28:35 +00:00
readme.markdown V1 2022-07-21 03:28:35 +00: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