botbook/node_modules/readable-stream/lib/internal/streams/from-browser.js
Rodrigo Rodriguez 6ae15fe3e5 Updated.
2024-09-04 13:13:15 -03:00

3 lines
101 B
JavaScript

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