Files
JellySport/ProjectSourceCode/node_modules/readable-stream/lib/internal/streams/from-browser.js
Lucas Patenaude 90b9347318 Add bcryptjs
2024-03-15 03:27:25 -06:00

4 lines
101 B
JavaScript

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