MIF_E31212289/node_modules/stream-browserify
lutfahimayatus 0e50ebf80c first commit 2024-07-01 11:18:03 +07:00
..
test first commit 2024-07-01 11:18:03 +07:00
.travis.yml first commit 2024-07-01 11:18:03 +07:00
LICENSE first commit 2024-07-01 11:18:03 +07:00
index.js first commit 2024-07-01 11:18:03 +07:00
package.json first commit 2024-07-01 11:18:03 +07:00
readme.markdown first commit 2024-07-01 11:18:03 +07:00

readme.markdown

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