Files
deploy-to-neocities/node_modules/readable-stream/lib/internal/streams/from-browser.js
Bret Comnes 80459935e1 0.0.1
2020-02-12 16:58:30 -07:00

4 lines
101 B
JavaScript

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