Files
bun.sh/src/node-fallbacks/stream.js
2024-10-19 00:23:57 -07:00

8 lines
188 B
JavaScript

/**
* Browser polyfill for the `"stream"` module.
*
* Imported on usage in `bun build --target=browser`
*/
export * from "readable-stream";
export * as default from "readable-stream";