hensei-web/node_modules/stream-browserify
2020-09-11 06:44:42 -07:00
..
test First commit 2020-09-11 06:44:42 -07:00
.travis.yml First commit 2020-09-11 06:44:42 -07:00
index.js First commit 2020-09-11 06:44:42 -07:00
LICENSE First commit 2020-09-11 06:44:42 -07:00
package.json First commit 2020-09-11 06:44:42 -07:00
readme.markdown First commit 2020-09-11 06:44:42 -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