mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 04:49:06 +00:00
8 lines
188 B
JavaScript
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";
|