summaryrefslogtreecommitdiff
path: root/together/node_modules/readable-stream/lib/internal/streams/from-browser.js
blob: a4ce56f3c90f60d3416e8e0328375c4b20213872 (plain)
1
2
3
module.exports = function () {
  throw new Error('Readable.from is not available in the browser')
};