2025-05-11 14:48:27 +05:00

4 lines
101 B
JavaScript

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