📄 from-browser.js
/home/palash/git/site/node_modules/readable-stream/lib/internal/streams/from-browser.js
Language: js • Lines: 3
module.exports = function () {
  throw new Error('Readable.from is not available in the browser')
};