PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/stream-browserify/test

Просмотр файла: use-stream.js

// browserify plugin to swap out the `stream` builtin node shim with the stream-browserify version in this repo.
module.exports = function (b) {
  b._mdeps.options.modules.stream = require.resolve('../index.js');
};

Выполнить команду


Для локальной разработки. Не используйте в интернете!