Files
flixinfo/node_modules/readable-stream/lib/internal/streams/from-browser.js
2020-03-28 03:15:21 +03:00

4 lines
101 B
JavaScript

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