.gitignore added
[dotfiles/.git] / .config / coc / extensions / node_modules / coc-prettier / node_modules / readable-stream / lib / internal / streams / from-browser.js
1 module.exports = function () {
2   throw new Error('Readable.from is not available in the browser')
3 };