You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
typesetting/pitfall/pdfkit/node_modules/stream-browserify
Matthew Butterick 3f36e2ce2c porting 7 years ago
..
node_modules/process porting 7 years ago
test porting 7 years ago
.travis.yml porting 7 years ago
LICENSE porting 7 years ago
duplex.js porting 7 years ago
index.js porting 7 years ago
package.json porting 7 years ago
passthrough.js porting 7 years ago
readable.js porting 7 years ago
readme.markdown porting 7 years ago
transform.js porting 7 years ago
writable.js porting 7 years ago

readme.markdown

stream-browserify

the stream module from node core, for browsers!

build status

testling badge

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