2026-01-03 15:11:11 -05:00

4 lines
101 B
JavaScript

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