CoolFace
Apppublic

TrinetraLabs/Placebo_AI

sourceHugging Faceupdated 2mo agoView on Hugging Face
0likes
readable-stream-browser.js11 linesDownload Raw Back to lib
1"use strict";2/*3 * This file is used by module bundlers (browserify/webpack/etc) when4 * including a stream implementation. We use "readable-stream" to get a5 * consistent behavior between nodejs versions but bundlers often have a shim6 * for "stream". Using this shim greatly improve the compatibility and greatly7 * reduce the final size of the bundle (only one stream implementation, not8 * two).9 */10module.exports = require("stream");11