gohorsejobs/seeder-api/node_modules/readable-stream/lib/internal/streams/from-browser.js
Tiago Yamamoto 1c7ef95c1a first commit
2025-12-09 19:04:48 -03:00

3 lines
101 B
JavaScript

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