Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
rpm-mcarman b9f7ec4306 First Commit před 3 roky
..
test First Commit před 3 roky
.travis.yml First Commit před 3 roky
LICENSE First Commit před 3 roky
index.js First Commit před 3 roky
package.json First Commit před 3 roky
readme.markdown First Commit před 3 roky

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