the-forest/client/node_modules/readable-stream/lib/internal/streams/from-browser.js
2024-09-17 20:35:18 -04:00

4 lines
101 B
JavaScript

module.exports = function () {
throw new Error('Readable.from is not available in the browser')
};