Sha256: b3efce7d8e58ecfa5c798c4181a817701332d47f3d711f0dbb804ee5b07df4f2
Contents?: true
Size: 642 Bytes
Versions: 97
Compression:
Stored size: 642 Bytes
Contents
# stream-browserify the stream module from node core, for browsers! [](http://travis-ci.org/substack/stream-browserify) [](https://ci.testling.com/substack/stream-browserify) # methods Consult the node core [documentation on streams](http://nodejs.org/docs/latest/api/stream.html). # install With [npm](https://npmjs.org) do: ``` npm install stream-browserify ``` but if you are using browserify you will get this module automatically when you do `require('stream')`. # license MIT
Version data entries
97 entries across 97 versions & 4 rubygems