admin_vue/11-前端模块化开发Webpack(Node.js基础)/04-webpack_Loader使用/node_modules/stream-browserify
3056762376@qq.com 3aeda6d214 changes 2022-11-20 18:09:32 +08:00
..
test changes 2022-11-20 18:09:32 +08:00
.travis.yml changes 2022-11-20 18:09:32 +08:00
LICENSE changes 2022-11-20 18:09:32 +08:00
index.js changes 2022-11-20 18:09:32 +08:00
package.json changes 2022-11-20 18:09:32 +08:00
readme.markdown changes 2022-11-20 18:09:32 +08: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