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

8 lines
179 B
JavaScript

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